messages

Create or update a draft reply Creates a private customer-reply draft without sending it. The draft is visible only to its owner and may require a normal issue refetch before appearing in the app. For unlinked or service API tokens, user_id is required. This endpoint updates only untouched drafts that it previously created; every other existing draft returns a conflict.

Rate limit: 30 requests per minute

post/issues/{id}/draft-reply

Path parameters

idstring required

The ID of the issue.

Request body

body_htmlstring required

The draft body in HTML.

user_idstring

The active Pylon user who should own and see the draft. Defaults to the API-token user when it is a human Pylon user; required for unlinked or service API tokens.

Response

request_idstring

The request ID for tracking.

Changes