Skip to main content

I have a need to brand a single gravity form for multiple clients. All of the data will be the same, and I want them to go to the same spreadsheet. Can I use the same zap for all of the forms? What’s the best way to do this? Thanks in advance!

@katecard -

I don’t see why not. The Gravity Forms triggers work on a webhook, so there’s no reason (I can think of) that Form A and Form B hitting the same URL asynchronously would error out.


FYI ...

6. (Optional) Trigger multiple Zaps with webhooks

 

If you have multiple webhooks you want to trigger at the same time, you can combine their URLs into a single URL. For example, if you have three Zaps with webhook URLs that look like this:

https://zapier.com/hooks/catch/433703/zbB61
https://zapier.com/hooks/catch/433703/kzXC4
https://zapier.com/hooks/catch/433703/2Ajjn

You can take the last part of the URLs and combine them into a single URL like this:

https://zapier.com/hooks/catch/433703/zbB61,kzXC4,2Ajjn

Requests sent to this URL will trigger all three webhook URLs at once.


@katecard 
Just checking in to see if you still need help with this? 


Nope all set- thanks so much!