Unable to access “Webhook Response / Custom Response” (Return API Response) inside Router action steps
Status: Open · Asked by TomFD on · 0 views
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 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"
}
Hello @TomFD,
It seems you want to execute a custom API request. Please search for the API under the action, and you will find it.

You can also refer to this tutorial to learn how to use the same -