Receive custom messagesAsk AIpost https://api2.frontapp.com/channels/{channel_id}/incoming_messagesReceive a custom message in Front. This endpoint is available for custom channels ONLY. Required scope: messages:writePath Paramschannel_idstringrequiredDefaults to cha_123The channel ID. Alternatively, you can supply the channel address as a resource alias.Body ParamssenderobjectrequiredData of the sendersender objectsubjectstringSubject of the messagebodystringrequiredBody of the messagebody_formatstringenumDefaults to markdownFormat of the message body. Can be markdown (default) or html.htmlmarkdownAllowed:htmlmarkdownmetadataobjectmetadata objectattachmentsarray of filesBinary data of attached files. Must use Content-Type: multipart/form-data if specified. See example or read more about Attachments. Max 25 MB.attachmentsADD fileResponse 202An accepted response acknowledging your request to create a messageUpdated 2 months ago