API reference / bulk-sends
bulk-sends
GET /v1/bulk-sends
List Bulk Sends
Query
-
limitinteger (>= 1, <= 200) default50 -
offsetinteger (>= 0) default0
Responses
- 200 BulkSendPage
- 4xx 5xx
application/problem+json; see the error reference.
POST /v1/bulk-sends
Create Bulk Send
Request body (application/json, required)
| Member | Type | Notes |
|---|---|---|
rows required | array of BulkRowInBulkRowIn | |
source_filename | string (max length 300) | null | |
template_id required | string | A tpl_… id. |
Responses
- 201 BulkSendOut
- 4xx 5xx
application/problem+json; see the error reference.
GET /v1/bulk-sends/{bulk_send_id}
Get Bulk Send
Path
bulk_send_idstring (uuid)
Query
-
statusstring | null
Responses
- 200 BulkSendOut
- 4xx 5xx
application/problem+json; see the error reference.
POST /v1/bulk-sends/{bulk_send_id}/cancel
Cancel Bulk Send
Path
bulk_send_idstring (uuid)
Responses
- 200 BulkSendOut
- 4xx 5xx
application/problem+json; see the error reference.
POST /v1/bulk-sends/{bulk_send_id}/dispatch
Dispatch Bulk Send
Path
bulk_send_idstring (uuid)
Responses
- 202 BulkSendOut
- 4xx 5xx
application/problem+json; see the error reference.