v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Messages

Create message reply

Reply to a conversation by sending a message and appending it to the conversation.

Required scope: messages:send

post/conversations/{conversation_id}/messages

Path parameters

conversation_idstring required

The conversation ID

Request body

tostring[]

List of the recipient handles who will receive this message

ccstring[]

List of the recipient handles who will receive a copy of this message

bccstring[]

List of the recipient handles who will receive a copy of this message

sender_namestring

Name used for the sender info of the message

subjectstring

Subject of the message for email message

author_idstring

ID of the teammate on behalf of whom the answer is sent

channel_idstring

Channel ID the message is sent from

bodystring required

Body of the message

textstring

Text version of the body for email messages

quote_bodystring

Body for the quote that the message is referencing. Only available on email channels.

attachmentsstring[]

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

signature_idstring

ID of the signature to attach to this draft. Only supported for email channels; using this on other channel types returns a 403 forbidden error. If null, no signature is attached.

should_add_default_signatureboolean

Whether or not Front should try to resolve a signature for the message. Only applies to email channels and is ignored if signature_id is included or if author_id is omitted. Default false;

Response

An accepted message

statusstring
message_uidstring

Message unique identifier