Batch Send
Last updated
Last updated
has a .csv file limit of 20 rows to ensure no load testing is done on this site. More information 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.
You will then need to upload this file to this endpoint.
To upload your file, send a multipart/form-data
request to this endpoint.
If your client code is written in JavaScript, consider using a FormData
object to contain your file ().