Custom Channels
Ingest message
This endpoint lets you ingest messages in conversations that use custom channels. When called, it creates a new message in the specified conversation. If the conversation does not exist, the endpoint will automatically create the conversation before adding the message.
You must use an API key with ORG_ADMIN or PROVIDER rights for this endpoint.
⚠️ A 200 OK response does not guarantee that the message was successfully created. It only means the request was received and accepted for processing. ⚠️
post/custom-channels/{channel_id}/messages
Path parameters
channel_idstring required
The id of the custom channel
Request body
Response
OK