POST
Create an immediate or scheduled outbound WhatsApp send

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

session_id
string<uuid>
required

WORKING session id with can_send=true.

group_ids
string<uuid>[]
required

Internal group ids from /v2/groups that are present in the selected session.

Required array length: 1 - 100 elements
idempotency_key
string
required
Required string length: 1 - 200
text
string

Text body for a text send, or image caption when media is present. Required when media is omitted.

Maximum string length: 4096
media
object[]

Image media URLs to send with the message. At least text, media or multipart files must be provided.

Maximum array length: 10
schedule
object
Example:

Response

Send command accepted.

status
enum<string>
required
Available options:
accepted,
duplicate_accepted
request_id
string
required
send
object
Example:
schedule
object