Best answer

Using one zap on multiple gravity forms

  • 12 January 2021
  • 4 replies
  • 504 views

Userlevel 1

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!

icon

Best answer by Troy Tessalone 12 January 2021, 16:29

View original

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

Userlevel 1

Nope all set- thanks so much!

 

Userlevel 5
Badge +6

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

Userlevel 7
Badge +14

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.

Userlevel 7
Badge +10

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