Generate an AI reply suggestion for a ticket

Runs the organization's Support Sidekick agent synchronously against the
ticket and returns a suggested reply. The agent runs in read-only mode,
so it cannot mutate the ticket; the returned content is only a suggestion
for the requesting agent to review and send via the messages endpoint.

Four modes are supported, chosen by which fields you send:

  • Neither draft nor adjustment — fresh reply based on the ticket context.
  • adjustment only — fresh reply that follows the provided direction.
  • draft only — produces an improved version of the draft.
  • draft + adjustment — rewrites the draft per the adjustment instruction.
    Empty or whitespace-only strings are treated as absent.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ticket ID

Body Params
string

The current draft reply. When provided with adjustment the agent
rewrites the draft per the instruction; when provided alone the
agent returns an improved version of the draft.

string

Free-text direction for the agent (e.g., "make it more formal",
"apologise for the delay"). When provided without a draft, the
agent generates a fresh reply following the direction.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json