Events
Send an event
Sends an event to the referenced contact from the referenced app. Note that this operation enqueues the event in a queue so a successful response only indicates that the event has been queued.
post/v1/projects/{project_id}/events:send
Request body
Example request
{
"channel_priority_order": [
"WHATSAPP"
],
"queue": "NORMAL_PRIORITY",
"recipient": {
"identified_by": {
"channel_identities": [
{
"channel": "WHATSAPP"
}
]
}
}
}Response
A successful response.