Sync outbound messageCopy Pagepost https://api2.frontapp.com/channels/{channel_id}/outbound_messagesImport a message that was sent from the channel.Path Paramschannel_idstringrequiredDefaults to cha_123The channel ID. Alternatively, you can supply the channel address as a resource alias.Body Paramssender_namestringName of the sendertoarray of objectsrequiredData of the message recipientto*ADD objectsubjectstringSubject of the messageauthor_idstringID of the teammate on behalf of whom the message is sentbodystringrequiredThe body of the message in HTML or plain text format.metadataobjectrequiredmetadata objectdelivered_atintegerTime in seconds at which message was created in external systemattachmentsarray 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 messageUpdated over 1 year ago