Skip to main content

Hello, I would like to send few parameters from a phone system (such as Caller ID, Queue number, time of call etc) using action URL into Zapier so I can get those parameters and send them to a few existing apps - how can this be done?

Hi @RonenVOXIA ,

Thanks for reaching out! 

To help us better understand, could you share what specific apps you are aiming to use in your Zap(s)? If you already have these set up, could you share a screenshot? 

Thanks!


Hi, we can send Webhook which looks like that:

“hook.zapier.com/abc/xyz/Call Duration/Caller ID/ Time of Call/ Uniqe Call ID/ etc”
 

I would like to know where can I configure in Webhooks by Zapier which parameters are received? 

Thanks for your help


Hi @RonenVOXIA you should be able to send the parameters in the webhook. You need to make sure that you add the field names after a into the url after a question mark like this:

 

hook.zapier.com/abc/xyz?FieldName=FieldValue&FieldName2=Fieldvalue2

 

The fields will then be available in the trigger data as “Query Parameter ...”

 

Hope that helps!