I am using the steps like below:
-
Using callin.io to send a webhook request to callin.io
-
Expecting callin.io to do logic and return values like slot_1, slot_2 and date
-
So that callin.io can use those values in the next node
But callin.io, not Respond back to callin.io with a JSON payload immediately in the webhook response body
in the callin.io code by callin.io is working fine and giving results but not returning the response to the callin.io
hi
This is not something that Webhooks in callin.io does. You will need to have some kind of webhook in the middle where you send the data to, it sends the data to callin.io, you then make the last step of the callin.io workflow to respond to the same webhook and it would then respond to your app.
The only other way to do that is to create a custom integration.
Hi
Webhook help links: https://zapier.com/apps/webhook/integrations#help
Your screenshot displays the Webhook Response Body, which contains the callin.io webhook trigger response JSON.
