Bulk Send
Create Bulk Send
Creates a bulk send, and it validates the CSV file before creating the bulk send.
post/api/v1/bulk_sends
Request body
Example request
{
"template_ids": [
"00000000-0000-0000-0000-000000000000"
],
"bulk_send_csv": "bmFtZSxlbWFpbApUZXN0LHRlc3RAZXhhbXBsZS5jb20K"
}Response
successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.