RenderCannedResponse renders a canned response with variable values.
POST/api/v1/ticketing/settings/canned-responses/:id/render
Substitutes variables and returns the final content. Increments usage_count on successful render. If ticket_id is provided, auto-populates ticket-related variables.
Errors
- NOT_FOUND: Canned response does not exist
- INVALID_ARGUMENT: Missing required variables
Request
Responses
- 200
- default
A successful response.
An unexpected error response.