Skip to main content

I have two separate zaps:

  1. One that creates a Gravity Forms entry.
  2. One that should send a notification to a Slack channel after the form from the first zap is submitted.

The first zap works but the second zap does not trigger even though the Gravity Forms entry does go through to the WordPress site. Furthermore, when I manually submit the Gravity Form outside of Zapier, the second zap does work. 

Evidently the issue is because the second zap is not recognizing the new entry from the first zap for some reason. 

Any insight as to how to fix this? Or what I can do to address it?

Thank you!

Hi @Zap_GG 

It may be that Gravity Forms doesn’t trigger when forms are submitted via the API, which is what is happening in the other Zap.


@Zap_GG 

A possible workaround to try is using webhooks.

https://www.gravityforms.com/add-ons/webhooks/

 

Zap trigger: Webhook - Catch Hook

https://zapier.com/apps/webhook/help


I’ll give this a try tonight. Thank you