Skip to main content
POST
Send Bulk Messages
Retired. The v1 message-send endpoints have been retired. POST /v1/messages/bulk now returns HTTP 410 Gone on every request and sends nothing. Migrate to the v2 Bulk Send API.

Response

Every authenticated request returns 410 Gone:
Authenticated requests can also return 403 account_suspended or 429 rate_limited — see Error Codes.

Migrating to v2

Replace POST /v1/messages/bulk with POST /v2/send/bulk, which keeps the partial-success model (per-message errors[]) and returns a message_id for each queued message.