Skip to main content

Creating an unassigned ticket

  • October 10, 2017
  • 1 reply
  • 61 views

How can I create an unassigned ticket via API? I've tried creating a ticket with the responder_id field set to null but that's returning a datatype_mismatch error. In your examples for create ticket I don't see any references to responder_id. Is this because it's something that each domain sets up individually?

Did this topic help you find an answer to your question?
This topic has been closed for comments

1 reply

aravind.sundararajan
Skilled Expert
Forum|alt.badge.img+12

Hello Alexandr,


The 'responder_id' field refers to the agent to whom the ticket would be attributed to. Please check if the field is made mandatory under Admin -> Ticket fields section as it expects an input value. You can refer to the documentation here to understand more about the field types -> https://developer.freshdesk.com/api/#create_ticket


Cheers!