DEV Community

Discussion on: The ultimate guide to sending bulk SMS with Twilio and Node.js

Collapse
 
philnash profile image
Phil Nash

Hey Mostafa,

I'm afraid if you are sending messages that have a different body then you'll need to use the regular messages API and make one request per message rather than the Notify API. Notify only supports the same message.