Sending batches of SMS messages with Sendgrid

Viewed 25
1 Answers

You can bulk send SMS messages using Twilio Notify, however all the messages will have the same content and there is not substitution available. If you want to send different messages to your users, you will need to make an API request for each message.

Related