Apply ticket action
apply_ticket_actionApply an action (reply, close, escalate) to a ticket and get the new editing step ID. First retrieve valid actions with list_ticket_actions.
Instructions
Apply a ticket action to an existing ticket - answering, closing, escalating and so on - and return the id of the new editing step. Call list_ticket_actions first: only the ids listed there are valid, and they differ per ticket, user and state. This changes the ticket, so confirm the action with the user when the intent is ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| action_id | Yes | ||
| ticket_id | Yes | ||
| attachments | No | ||
| step_fields | No | ||
| html_content | No | ||
| ticket_fields | No | ||
| action_arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||