• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Unable to access “Webhook Response / Custom Response” (Return API Response) inside Router action steps

TomFD

Member
Your Workflow URL
https://connect.pabbly.com/v2/app/workflow/share/C0NXZQdQUDNXHQRuAF8MK1pOBQFTCQgxUUgDEVJdB39QHQVQDE1bMQlFU3EESwVkVx4GbABcUWwPGwYCBVNSIQEbUkBSUVAqA04AewZfDD8LVVd_B2Y#
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 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"
}
 

Preeti Paryani

Well-known member
Staff member
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.

1763182699711.png


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