how to pass on original request to other system after processing?
Status: Closed · Asked by All Needs Digital on · 0 views
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
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
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?
I am able to get step A and Steb B working just wonder how to pass the original request to telfon .
Link
Thanks for the update. Could you please share the API documentation for Telfon? We need to check the steps that can change the status.
Thanks for the update. Could you please share the API documentation for Telfon? We need to check the steps that can change the status.
They dont have api documents ( i have asked though) but i am wondering if dataforwarder APP would work in this scenario?
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.
Given thier API is expecting callstatus change from twilio, i guess it should be same for all clients as its sent by twilio.
Here is what twilio sends to ANY twiml app. (telfon in this case)
https://www.twilio.com/docs/voice/twiml#statuscallback-request-parameters
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.
https://www.twilio.com/docs/voice/twiml#statuscallback-request-parameters