最近搜索
没有最近搜索
Issue with Zendesk API Integration for Ticket Creation
已于 2024年5月29日 发布
I'm experiencing an issue with my website's integration with the Zendesk API, specifically when creating tickets. Despite the API request being correctly formatted and including all required parameters, I'm consistently receiving an error response.
Error Message: "Error creating ticket: [ZD-1234: Unable to create ticket. Invalid requester information provided]."
Steps to Reproduce:
- Make a POST request to the Zendesk API endpoint for ticket creation.
- Include all required parameters such as subject, description, requester information, etc.
- Receive the error response mentioned above.
Expected Behavior: The Zendesk API should create a ticket successfully and return a valid ticket ID. However, the current behavior is preventing the successful creation of tickets.
I would appreciate any insights or assistance to identify and resolve this issue. If specific logs or additional details are needed, please let me know, and I'll provide them promptly.
Thank you for your help!
0
1 条评论
Ned Petrov
Hi Kevin,
I can successfully create a ticket with the
POST /api/v2/tickets
endpoint.Can you please share the request with the json body that gives you the error?
Ned
0