winsoroaks
winsoroaks
NNovu
Created by winsoroaks on 10/21/2023 in #💬│support
using novu-sms provider running into 21612
hey, thanks for the response. i double checked and confirmed my number is a valid number (i tried both of my numbers). im not sure how to check the twilio part since im doing purely novu code? how do i tell im using an invalid sender ID?
await novu.trigger("account-activation", {
to: {
subscriberId: "1234567890",
phone: "MY_VALID_NUMBER",
email: email,
},
payload: {
companyName: "company",
confirmationLink: "http://localhost:3000/",
verificationLink: "http://localhost:3000/",
},
})
await novu.trigger("account-activation", {
to: {
subscriberId: "1234567890",
phone: "MY_VALID_NUMBER",
email: email,
},
payload: {
companyName: "company",
confirmationLink: "http://localhost:3000/",
verificationLink: "http://localhost:3000/",
},
})
4 replies