Recent searches
No recent searches
Webhook expected approx execution/delivery time
Posted Aug 23, 2023
I have a case where we have a webhook passing details to our backend system via post methods on Create or update ticket via trigger.
I have observed that it takes almost on average 2 - 2.5 seconds for zendesk to send the request.
Is there a way we can minimize the zendesk trigger time.
We also have other trigger such as Set, Assign and Notification, last trigger is the webhook. one.
0
5
5 comments
Eric
Hey Gulzar,
How are you measuring the time? Are you basing it off the event timestamp?
0
Gulzar Shikalgar
Eric
Here is how i am measuring it:
Other way i measure is via signature-timestamp in header here is example of same:
0
Eric
Gulzar Shikalgar,
Thanks for the info, this is expected behavior if your Webhook trigger is the last one. Essentially this comes down to the trigger cycle which you can read about here. The easiest way to resolve this is to put the webhook trigger higher in order so that it is one of the first to fire.
0
Luis Valdez
Gulzar Shikalgar, Hello I'm looking to implement this type of webhook, how do you send the update_at timestamp. I'm unable to find it on the list that has all the postion markers (the codes that arre sorrunded by two curly braces {{}})
0
Greg Katechis
Hi Luis! You'll find the available options in our placeholder reference.
0