Hi there,
I am trying to create a zap that gathers extra information via gongs apis when a new gong call is recorded. I use the gong trigger to wait for a new call, then when triggered I send a post webhook to get the extensive call info. I send another post webhook request with a zapier webhook url to send to another zap. I do these last two steps again for the transcript api (different address). In a separate zap I start with the catch raw webhook action. How can I wait for both payloads being sent to this address from the same zap, and how can I reference both separately in the next trigger? I need the raw payload from each request as a separate variable. Thanks!