Skip to main content
Best answer

Using one zap on multiple gravity forms

  • January 12, 2021
  • 4 replies
  • 569 views

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!

Best answer by Troy Tessalone

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.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

adamsmartschan
Forum|alt.badge.img+6
  • Zapier Solution Partner
  • January 12, 2021

@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.


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • January 12, 2021

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.


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • March 9, 2021

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


  • Author
  • Beginner
  • March 10, 2021

Nope all set- thanks so much!