Now I am at Stack Overflow as I could not get a simple answer elsewhere for my problem.
I need to send multiple messages with Twilio using Postman. I need to know the script and procedure how to do it. I would prefer JSON(application/json) under body>raw. And I would request if a screencast can be added to it.
Thanks in advance.
Postman, new tab for a new requestPOSTfrom the request type drop-downEnter request URLhttps://api.twilio.com/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Messages(replace
ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXwithYOUR_TWILIO_ACCOUNT_SID)Click on
Authorizationtab (it's under the request type drop-down) and then for thetypeselectBasic Authand you will see two fieldsUsernameandPasswordEnter
YOUR_TWILIO_ACCOUNT_SIDforUsernameandYOUR_TWILIO_AUTH_TOKENforPasswordBodytab and make sureform-datais selected from the radio buttons. Here you need to enterKeyValuepairs like in the picture below (but replace with your values,Frommust be your Twilio number):Sendbutton