how to pass on original request to other system after processing?

my use case is,
i get twilio call status webhook request to pabbly,
i process the record
pass on original request with header/body to another system
 
P

Pabblymember11

Guest
Hey @allneedsdigital

Can you please provide more details about your concern so that we can investigate? Also, please share the workflow URL you used.
 
I use telfon app to make calls using twilio numbers. Once is set up telfon, twilio creates
a) Call Webhook. - telfon
b) Status Change Webhook - telfon

I am using CallWebhook to initiate call on my telfon app (which works now)
I use pabbly webhook to received status change (call made/ended/budy). and update my CRM system

Once i update CRM, i want to send original request back to telfon so it looks like

a) Call Webhook. - telfon
b) Status Change Webhook - PABBLY-> update CRM
c) pass on status change request to telfon
 
P

Pabblymember11

Guest
Can you please tell us at what step you are getting stuck while creating the workflow and if you have created one then please share it with us?
 
P

Pabblymember11

Guest
Thanks for the update. Could you please share the API documentation for Telfon? We need to check the steps that can change the status.
 
P

Pabblymember11

Guest
They dont have api documents ( i have asked though) but i am wondering if dataforwarder APP would work in this scenario?
Without an API reference, it wouldn't be possible to interact with the application to get or post the data from their end.
 
P

Pabblymember11

Guest
After reviewing the API reference, we couldn't find the API with REST API as we support all kinds of REST APIs of the application in the API by Pabbly which has JSON on it.

 
Top