Messages
Authorization: Bearer
The ID of the issue to fetch messages for.
Authorization: Bearer
The ID of the issue to fetch threads for.
Authorization: Bearer
The ID of the issue to create a thread for.
The name of the thread.
Authorization: Bearer
The ID of the issue.
An array of attachment URLs to attach to this issue.
The body of the message in HTML.
Optional contact ID to post the message as. Only one of user_id or contact_id can be provided.
The ID of the message to reply to.
Optional user ID to post the message as. Only one of user_id or contact_id can be provided.
Authorization: Bearer
The ID of the issue.
An array of attachment URLs to attach to this issue.
The body of the message in HTML.
The ID of the message to reply to. This message must be an internal note. You can find this from the GET /issues/{id}/messages endpoint. Either this or thread_id must be provided.
The ID of the thread to post the note to. Use the id field (not thread_id) from GET /issues/{id}/threads. Either this or message_id must be provided.
Optional user ID to post the message as. If not provided, the API token user will be used.
Authorization: Bearer
The ID of the issue that the message belongs to.
The ID of the message to redact.
Authorization: Bearer
The ID of the issue that the message belongs to.
The ID of the message to delete.
Last updated
Was this helpful?

