How to store a webhook response which is fetched from a third party application | Community
Skip to main content

How to store a webhook response which is fetched from a third party application

  • October 29, 2024
  • 1 reply
  • 0 views

govind

I have created a webhook which will call an end point URL and then retrieve a Bearer token from the end point URL. Now I want to use that bearer token for my second webhook for authentication. How is it possible to store the webhook response so it can be used for subsequent webhook? Or is there any other possible way that the first webhook response can directly be used for the second webhook authentication

1 reply

Greg29
  • October 29, 2024
Hi Govind!
 
For a situation like this, I would recommend taking a look at our Zendesk Integration Services (ZIS) to accomplish this. We do have an example workflow that will help you get started, which shows you how to take an inbound webhook and follow a workflow from there. You will definitely want to take some time to read through the documentation and understand how ZIS works before building out that example.
 
Let us know if you have any other questions!