- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Hello Pabbly Support Team,
I am integrating an inbound webhook from the voice assistant platform Fonio into Pabbly Connect.
Fonio requires that I return a JSON response directly to the incoming webhook request (during a live call), which means the response must include the header:
Content-Type: application/json
This is essential for Fonio to correctly parse the returned contact data.
Without this, the assistant cannot process the JSON correctly.
I have already contacted Fonio support to verify whether a response URL should be included. If Fonio does provide such a URL, I would be able to use API by Pabbly → Execute API Request to POST the JSON back with proper headers.
But as long as the payload in Pabbly does not expose the response_url, this is not possible.
(As a side note: GoHighLevel has the same issue — it cannot respond to webhooks at all.
So Pabbly adding this ability would be extremely valuable for many use cases.)
Thank you very much for your help!
Please let me know if you need the full JSON payload or additional details.
Best regards,
Joachim
I am integrating an inbound webhook from the voice assistant platform Fonio into Pabbly Connect.
Fonio requires that I return a JSON response directly to the incoming webhook request (during a live call), which means the response must include the header:
Content-Type: application/json
This is essential for Fonio to correctly parse the returned contact data.
Problem 1:
“Return Workflow Response to the Source” does not allow setting HTTP headers
In this action, I cannot define any headers at all, including the required:| Key | Value |
|---|---|
| Content-Type | application/json |
Problem 2:
The inbound webhook payload does not include a response_url
The payload Pabbly captures only shows:- fromNumber
- toNumber
- request headers
I have already contacted Fonio support to verify whether a response URL should be included. If Fonio does provide such a URL, I would be able to use API by Pabbly → Execute API Request to POST the JSON back with proper headers.
But as long as the payload in Pabbly does not expose the response_url, this is not possible.
Questions for you:
1. Is there any way in Pabbly to set Content-Type: application/json for the webhook response?
Either in- “Data Forwarder - Return Workflow Response to the Source”, or
- via another action I may not be aware of.
2. Can Pabbly expose the full raw inbound webhook body, including fields like response_url if provided by the sender?
Currently only partial fields appear.3. If Pabbly cannot expose a response URL or set response headers:
Would you consider adding a feature to the API by Pabbly module such as:- “Return to Source” / “HTTP Response Mode”,
- allowing us to define the response headers (especially JSON Content-Type),
- and return the response directly to the original webhook caller?
(As a side note: GoHighLevel has the same issue — it cannot respond to webhooks at all.
So Pabbly adding this ability would be extremely valuable for many use cases.)
Thank you very much for your help!
Please let me know if you need the full JSON payload or additional details.
Best regards,
Joachim
Last edited:
