How can I create a Zendesk ticket with a subject using a URL?
We have a customer support center using Zendesk. We also have a VoIP phone system that can fire off a URL when a call comes in. I understand that using the Zendesk API I can create tickets, but to do that I need to authenticate using JSON. My VoIP system doesn't have that option so I would have to build a web app that takes in a URL and converts it in to a secure JSON connection. Instead, I'd like to have our agents logged in to Zendesk and then have the phones launch a simple URL with the caller ID upon incoming call.
In Zendesk I see this URL:
https://mydomain.zendesk.com/agent/#/tickets/new/1
But I haven't found any documentation regarding adding a subject and/or description.
What URL can I use to create a new Zendesk ticket and supply arguments (using a GET request) to fill out the subject and/or message?