Receive custom messages

Receive a custom message in Front. This endpoint is available for custom channels ONLY.

Required scope: messages:write

Path Params
string
required
Defaults to cha_123

The channel ID. Alternatively, you can supply the channel address as a resource alias.

Body Params
sender
object
required

Data of the sender

string

Subject of the message

string
required

Body of the message

string
enum
Defaults to markdown

Format of the message body. Can be markdown (default) or html.

Allowed:
metadata
object
attachments
array of files

Binary data of attached files. Must use Content-Type: multipart/form-data if specified. See example or read more about Attachments. Max 25 MB.

attachments
Response

Language
Credentials
Bearer
JWT
Response
Choose an example:
application/json