Create send transactions in bulk
POST
/bulks/sends Submits between 1 and 10,000 send creation operations as a bulk process.
The returned bulk process is initially SUBMITTED. Use Execute a bulk process to start it, and the other Manage operations to inspect, pause, resume, or cancel it. Each item is processed using Create a send.
Request
Available on
SandboxProduction
Header parameters
Request body
*application/json
BulkSendCreateOperationBulkSendCreateOperation · object · 1 field
Responses
201Created
Success
Headers
Body
application/json
SubmitBulkProcessResponseSubmitBulkProcessResponse · object · 3 fields
Response example
{ "bulkId": "123456789", "operationCount": 100, "path": "/multi/bulks/123456789"}