• 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.

Shortcut to Pass Entire Payload from Webhook Trigger to API Action?

Sunray

Member
How can I pass the entire JSON body or payload from a webhook trigger (Webhook by Pabbly : Catch Webhook with Headers) to an API (Pabbly) Execute API request?
We have some form submissions with many fields and it's tedious to map them all one by one. Is there a shortcut to just pass the entire payload received by the trigger to the subsequent action?
 

ArshilAhmad

Moderator
Staff member
Hi @Sunray,

You need to disable 'Simple Response', then click on 'Re-Capture Webhook Response' and capture a new submission to get the response in the form of a JSON.
1754008586971.png
 

Sunray

Member
Thank you @ArshilAhmad, but is there a way to pass the whole webhook payload/response to the subsequent "API (Pabbly)" action without mapping fields one by one? The webhook sometimes receives a different schema.

1754062784021.png
 
Top