Zoho Webhook

Zoho Webhook

Hi

I have a task that requires me when a record is added to Zoho crm I would need to update a record in Pipedrive.  Pipedrive will allow api calls that I can use Zoho webhooks to call.

The problem is that I need to do 2 webhook api calls.  The first is to find the user id (by calling pipedrives getuser method) then retrieve the user id and pass that to the second webhook call and call the pipedrive updateperson api.

Can this be done?  I cannot figure out how to retrieve a value from a webhook call and pass it to another webhook call.