Skip to main content
POST
Create scheduled message

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Body

application/json
scheduled_at
string<date-time>
required
inbox_id
integer
required
content
string

Plain text message content

conversation_id
integer
contact_id
integer
template_params
object

WhatsApp template parameters if sending a template message

Response

Scheduled message created

id
integer
content
string
scheduled_at
string<date-time>
status
enum<string>
Available options:
pending,
sent,
cancelled,
failed
inbox_id
integer
conversation_id
integer
contact_id
integer
template_params
object
created_at
string<date-time>