Conversation
Inject an event
This operation injects a conversation event in to a specific conversation. It only supports injecting App events in CONVERSATION mode.
post/v1/projects/{project_id}/conversations/{conversation_id}:inject-event
Request body
Example request
{
"channel_identity": {
"channel": "WHATSAPP"
}
}Response
A successful response.