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. If neither thread_id nor message_id is provided, posts to the default internal thread or creates one.
The ID of the thread to post the note to. Use the id field (not thread_id) from GET /issues/{id}/threads. If neither thread_id nor message_id is provided, posts to the default internal thread or creates one.
Optional name for the internal thread created when neither thread_id nor message_id is provided. Ignored if posting to an existing thread.
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?

