Sign in

Create ticket

documented

Create a new ticket.

POST /api/v2/ticketsTicketsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}.freshdesk.com/api/v2/tickets" \
  -X POST \
  -u {{FRESHDESK_API_KEY}}:X \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"email": "{{$email}}", "subject": "{{$title}}", "description": "{{$description}}", "priority": {{$priority}}, "status": {{$status}}, "cc_emails": ["{{$cc_email_1}}","{{$cc_email_2}}"], "custom_fields": {"cf_order_number_1": "{{$order_number}}"}}'"
Create ticket · freshdesk · OpenIntegrations