Create ticket
freshdesk_create_ticketCreate a ticket. subject and description (HTML) are required, plus a requester — provide at least one of email, requester_id, or phone. status: 2=Open, 3=Pending, 4=Resolved, 5=Closed. priority: 1=Low, 2=Medium, 3=High, 4=Urgent. source: 1=Email, 2=Portal, 3=Phone, 7=Chat, 9=Feedbackwidget, 10=Outbound email. Freshdesk REST: POST /tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags (array of strings). | |
| type | No | Ticket type (e.g. Question, Incident). | |
| No | Requester email (one of email/requester_id/phone required). | ||
| phone | No | Requester phone (one of email/requester_id/phone required). | |
| source | No | Ticket source: 1=Email, 2=Portal, 3=Phone, 7=Chat, 9=Feedbackwidget, 10=Outbound email. | |
| status | No | Ticket status: 2=Open, 3=Pending, 4=Resolved, 5=Closed. | |
| subject | Yes | Ticket subject (required). | |
| group_id | No | Id of the group to assign the ticket to. | |
| priority | No | Ticket priority: 1=Low, 2=Medium, 3=High, 4=Urgent. | |
| cc_emails | No | Emails to CC on the ticket. | |
| company_id | No | Id of the company the ticket belongs to. | |
| description | Yes | Ticket description, HTML content (required). | |
| requester_id | No | Requester (contact) id (one of email/requester_id/phone required). | |
| responder_id | No | Id of the agent the ticket is assigned to. | |
| custom_fields | No | Custom field values, keyed by field name. |