You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bear in mind that this endpoint would receive a very high amount of traffic - Twilio sends 3-4 webhooks for each SMS sent, often within a few seconds of the createMessage request
We currently catch the errors Twilio returns on creation of sms, but we do not have a way to catch errors when Twilio fails to send some SMSes.
We should expose an API Twilio can use to ping our servers on errors.
See https://www.twilio.com/docs/usage/webhooks
The text was updated successfully, but these errors were encountered: