Create ticket
create_ticketCreate a support ticket by providing the originator's email and either subject and content, a template with data, or an intervention with data and uid. Optionally specify the queue.
Instructions
Create a support ticket. Provide originator_email_address and EXACTLY ONE of: subject+content, OR template_identifier+data, OR intervention+data+uid. Omit queue_name to use the Inbox; queue_name is not allowed with intervention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originator_email_address | Yes | ||
| subject | No | Pair with content (subject+content path) | |
| content | No | HTML body; pair with subject | |
| template_identifier | No | Template.identifier; pair with data | |
| intervention | No | Intervention.name; pair with data and uid | |
| uid | No | Required only when intervention is set | |
| data | No | Token values for template/intervention paths | |
| queue_name | No | TicketQueue.name; omit for Inbox | |
| is_public | No | ||
| use_passed_originator_as_responder | No |