TomFD
Member
- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
I am building a workflow in which a Pabbly Webhook (Catch Webhook) receives a token and returns a JSON response to the caller. This requires the Webhook Response / Custom Response / API Response action to be available inside the Router steps.
However, even though:
The expected response action (Webhook Response / Return API Response / Custom Response) does NOT show in the list of available apps when clicking + Action.
I searched for:
But none of these actions appear anywhere in the action list.
This action is required because I need the workflow to return a JSON response to the incoming webhook request.
Example needed response:
{
"status": "valid",
"shareLink": "https://example.com"
}
However, even though:
- The webhook was successfully captured
- The Router is properly created
- Each Route contains at least one Filter
- The “+ Action” button appears inside the Route
The expected response action (Webhook Response / Return API Response / Custom Response) does NOT show in the list of available apps when clicking + Action.
I searched for:
- “response”
- “webhook”
- “return”
- “api response”
- “custom”
- “send response”
- “return json”
But none of these actions appear anywhere in the action list.
This action is required because I need the workflow to return a JSON response to the incoming webhook request.
Example needed response:
{
"status": "valid",
"shareLink": "https://example.com"
}
