Create message reply

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

Required scope: messages:send

Path Params
string
required
Defaults to cnv_123

The conversation ID

Body Params
to
array of strings

List of the recipient handles who will receive this message

to
cc
array of strings

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

cc
bcc
array of strings

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

bcc
string

Name used for the sender info of the message

string

Subject of the message for email message

string

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

string

Channel ID the message is sent from

string
required

Body of the message

string

Text version of the body for email messages

string

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

options
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
string

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.

boolean

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;

Responses

301

If the conversation has been merged, the response redirects you to the merged conversation.

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