Connector Improvement: Zendesk - Ticket Form Names
Hi,
I would like to request the Ticket Form Names from Zendesk. There is a field in tickets called ticket_form_id which should correspond to a Form Name.
https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_forms/
-
Official comment
Hi Brijesh,
Thanks for writing in. This sounds like a great addition. However, we would likely add the ticket_form_id to the ticket table and a separate ticket_form table with the relevant properties. I've added it to our backlog and will update here once it's supported.Best,
Ray Harris
Product Manager, Sales & Customer Success Analytics -
YES this is very important. Please add this. I can't get any form names through Fivetran.
chatgpt says:
GET /api/v2/ticket_forms/{ticket_form_id}.json
will return this:
{
"ticket_form": {
"id": 12345,
"name": "Support Request",
"display_name": "Support Request Form",
"ticket_field_ids": [1, 2, 3, 4],
...
}
}
Please sign in to leave a comment.
Comments
2 comments