How to save webhook data into variable?

How do I save the object I get from the webhook into a variable as it came?

*The bottom line is that I want to pass the data from the webhook in another script to another webhook, for another processing.

*Is it possible to do this differently, not thanks to the variable? Would you recommend a POC for such a scenario?

HEY @Oleksandr_Tsap ,Simply set up a scenario where the first webhook module receives the data and immediately connects to another HTTP module set up as a request to send the data to another webhook. Use the “Map” feature to pass the data directly. There’s no need for an intermediate variable or script. You just connect the output of the first webhook to the input of the next HTTP request. Make sure you map the fields exactly as the second webhook expects to receive them.

If you are satisfied with the solution
mark this as the solution

3 Likes