Batch Send
Postman test site has a .csv file limit of 20 rows to ensure no load testing is done on this site. More information here on load testing.
Sends multiple messages in a single API request.
You will need to prepare a CSV file where, in addition to recipient and language, each column represents a value to the campaign’s template parameter.
Example CSV File
You will then need to upload this file to this endpoint.
To upload your file, send a multipart/form-data
request to this endpoint.
Endpoint #4
If your client code is written in JavaScript, consider using a FormData
object to contain your file (MDN Web API docs).
Example JavaScript code
Response Body
Last updated