Am I right in thinking that it is not possible to use ajax to hit the zendesk api to create tickets?
My use case is that my app has a public wordpress site, which contains a support form from which my customers can submit a support request. I want to collect the data from the form and post against the zendesk api to create a support ticket. It seems like this is not possible and I need to use something like curl server side. Can anyone confirm this?
Hey Armen,
If you'd like a user to submit a ticket from your own website, you'd need to build a custom form that sends over the ticket data to your Support account. I would recommend using the following article to assist with setting this up:
Building a custom ticket form with the Zendesk API
By setting up this form the user should not be required to log in first which I believe is what you're looking for.
Let me know if you have any other questions!