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

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