I have a custom object with the following fields in Zendesk:
- Charger ID (Key field)
- Station Name
- Country
I also uploaded records from a database using an API connection into Zendesk where each record has a combination of the fields above.
For example:
- Charger ID: 1234
- Station Name: New York Road Station
- Country: USA
Here is my use case request
I want agents to fill in the Charger ID and have the Station Name & Country fields automatically filled in based on the record and information tied to that Charger ID right into the Zendesk ticket.
Based on what I've read, I've been recommended to use a combination of a Relational field, a webhook and connect this to a trigger to adjust the information in tickets.
How can I set this up?
I tried setting up the webhook but I'm confused about how to set up the Endpoint URL and the authentication part.
I keep trying but the webhook won't authenticate when I test it.