Search code examples
smstwiliomessage

Can I limit the number of outbound messages per month in Twilio?


Yeah, apparently the title explains everything.

Could I configure the count of messages per month?

Thanks in advance guys!


Solution

  • Twilio evangelist here.

    You can use the Usage Triggers API to have Twilio notify you when a certain number of messages have been sent on a monthly basis.

    https://www.twilio.com/docs/api/rest/usage-triggers#create-a-new-usagetrigger-with-params

    Hope that helps.