Best answer

Receive Action URL

  • 21 April 2020
  • 3 replies
  • 197 views

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?

icon

Best answer by Danvers 28 April 2020, 17:57

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +8

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

Userlevel 7
Badge +12

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!