Messages
Authorization: Bearer
The ID of the issue to fetch messages for.
The request ID for tracking.
Authorization: Bearer
The ID of the issue to fetch threads for.
The request ID for tracking.
Authorization: Bearer
The ID of the issue to create a thread for.
The name of the thread.
The request ID for tracking.
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.
The request ID for tracking.
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.
The request ID for tracking.
Authorization: Bearer
The ID of the issue that the message belongs to.
The ID of the message to redact.
The request ID for tracking.
Authorization: Bearer
The ID of the issue that the message belongs to.
The ID of the message to delete.
The request ID for tracking.
Last updated
Was this helpful?

