I’m building a zapier integration with my app that has an action
the action simply needs to take whatever response from the trigger and do something on it (I just need to send the response of previous trigger to the endpoint so I can manage it)
I built the action and it works but I don’t know how to append the response of the trigger to it? the input fields look like it’s something the user need to enter but I don’t want user interaction I just want to send the raw response of the previous trigger?