Initiate SMS
Manual Initiations
Initiate SMS
Initiate SMS messages for customers in a campaign with optional filters to target specific subsets.
Initiate SMS
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Path Parameters
The campaign ID containing the customers to message.
Body Parameters
The ID of the SMS template to be sent.
Maximum number of customers to message. If omitted, all matching customers are messaged.
Optional filters to target specific customers. If omitted, all customers in the campaign are messaged. Multiple filters are combined with AND logic.
Response
true if all messages were initiated successfully, false otherwise.Summary of the operation result.
Detailed breakdown of the message initiation.
Response Status Codes:
200— All messages initiated successfully207— Partial success (some messages initiated, some failed)400— Validation error404— Campaign or customers not found500— All messages failed or internal server error

