How to push callpage.io call and message from one webhook url to close
Status: Closed · Asked by Nbfcadvisory on · 0 views
How can I push callpage calls and messages to close from 1 webhook
Hey @nbfcadvisory
Seems like from CallPage you are getting the response for multiple trigger events, so please capture the response for that trigger event and add the filter action step for that trigger event. So that the workflow will only process for that trigger event only.

Earlier I created it for message only but now I want to push messages and call, so can you guide me the flow for the same? Give me the full flow for the same
Hey @nbfcadvisory
You can use the Router action step in your workflow to process the data from CallPage.io for Calls and Messages separately.
got it, thanks