Title: Retrigger Notifications Gravity Forms
Author: wpspin
Published: <strong>December 7, 2020</strong>
Last modified: February 12, 2026

---

Search plugins

![](https://ps.w.org/retrigger-notifications-gravity-forms/assets/banner-772x250.
png?rev=2447483)

![](https://ps.w.org/retrigger-notifications-gravity-forms/assets/icon-256x256.png?
rev=2447483)

# Retrigger Notifications Gravity Forms

 By [wpspin](https://profiles.wordpress.org/wpspin/)

[Download](https://downloads.wordpress.org/plugin/retrigger-notifications-gravity-forms.1.3.zip)

 * [Details](https://ewe.wordpress.org/plugins/retrigger-notifications-gravity-forms/#description)
 * [Reviews](https://ewe.wordpress.org/plugins/retrigger-notifications-gravity-forms/#reviews)
 *  [Installation](https://ewe.wordpress.org/plugins/retrigger-notifications-gravity-forms/#installation)
 * [Development](https://ewe.wordpress.org/plugins/retrigger-notifications-gravity-forms/#developers)

 [Support](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/)

## Description

**Retrigger Notifications Gravity Forms** lets you manually re-send Gravity Forms
entry data to external Zapier and Webhook API feeds — directly from the WordPress
admin, without resubmitting the form.

Whether a webhook failed silently, Zapier missed a trigger, or you simply need to
push historical entries to a new integration, this plugin has you covered.

### 🔄 What It Does

When Gravity Forms sends entry data to Zapier or Webhooks, things don’t always go
right. Endpoints go down, APIs timeout, and integrations break. Instead of asking
users to resubmit, this plugin lets you **retrigger the feed** for any entry — individually
or in bulk.

### ✅ Use Cases

 1.  **🔁 Resend failed Zapier triggers** — A Zap didn’t fire? Retrigger it from the
     entry detail page without asking the user to resubmit.
 2.  **🌐 Resend failed Webhook deliveries** — Push entry data again to your Webhook
     endpoint when the first attempt failed or timed out.
 3.  **📦 Bulk resend entries to Zapier** — Select multiple entries from the Entries
     list and resend them all to Zapier feeds in one action.
 4.  **📦 Bulk resend entries to Webhooks** — Select multiple entries and push them
     all to Webhook endpoints at once.
 5.  **🐛 Debug API integrations** — Use the built-in test endpoint and GF logging 
     to troubleshoot why data isn’t reaching your external service.
 6.  **🔗 Connect a new Zapier integration to old entries** — Set up a new Zap and 
     retrigger historical entries so they flow into the new workflow.
 7.  **🔗 Connect a new Webhook to old entries** — Added a new Webhook feed? Push past
     entries through it without resubmission.
 8.  **🛠️ Test Zapier/Webhook setup during development** — Quickly retrigger entries
     while building and testing your automation pipeline.
 9.  **📊 Sync data after downtime** — If your external service was down during form
     submissions, retrigger all affected entries once it’s back online.
 10. **🔍 Verify data delivery** — Retrigger a single entry and check GF logs to confirm
     data was sent and received correctly.

### ⚙️ Settings & Usage

This plugin works seamlessly within the existing Gravity Forms interface — no separate
settings page required.

**Single Entry Resend:**

 1. Go to **Forms  Entries** in your WordPress admin.
 2. Click on any entry to open the **Entry Detail** page.
 3. In the right sidebar, you’ll see **“Resend Zapier Feeds”** and/or **“Resend Webhook
    Feeds”** panels.
 4. Check the feeds you want to retrigger.
 5. Click the **Resend** button. Done!

**Bulk Resend:**

 1. Go to **Forms  Entries** and select the entries you want to resend.
 2. Choose **“Resend Zapier Feeds”** or **“Resend Webhook Feeds”** from the **Bulk 
    Actions** dropdown.
 3. Click **Apply**. Confirm the action in the popup dialog.
 4. All selected entries will be resent to the configured feeds.

**Debugging:**

 * Enable **Gravity Forms Logging** under Forms  Settings  Logging.
 * Use the built-in test endpoint (`/wp-json/gf/v1/test-webhook-api`) to verify 
   webhook delivery.
 * All retrigger operations are logged to the GF debug log.

### 🧩 Works Great With These Plugins

 * **[Gravity Forms](https://www.gravityforms.com/)** — Required. The form plugin
   this addon extends.
 * **[Gravity Forms Zapier Add-On](https://www.gravityforms.com/add-ons/zapier/)**—
   Required for Zapier retrigger features.
 * **[Gravity Forms Webhooks Add-On](https://www.gravityforms.com/add-ons/webhooks/)**—
   Required for Webhook retrigger features.
 * **[GravityView](https://www.gravitykit.com/products/gravityview/)** — Display
   entries on the frontend; use Retrigger to fix API issues behind the scenes.
 * **[Gravity Perks](https://gravitywiser.com/)** — Advanced Gravity Forms snippets
   and utilities that complement this plugin.
 * **[Gravity Flow](https://gravityflow.io/)** — Workflow automation for Gravity
   Forms; retrigger feeds at any workflow step.
 * **[WP Webhooks](https://wp-webhooks.com/)** — Extend your webhook capabilities
   beyond Gravity Forms.
 * **[Zapier](https://zapier.com/)** — The automation platform this plugin integrates
   with for retriggering Zaps.
 * **[Make (formerly Integromat)](https://www.make.com/)** — Use with Gravity Forms
   Webhooks to push data to Make scenarios.
 * **[Gravity SMTP](https://www.gravityforms.com/add-ons/smtp/)** — Reliable email
   delivery alongside your retriggered API feeds.

### 📋 Requirements

 * WordPress 4.0 or higher
 * Licensed **Gravity Forms** plugin (active)
 * **Zapier Add-On** enabled (for Zapier features)
 * **Webhooks Add-On** enabled (for Webhook features)

## Screenshots

 * [[
 * Resend Zapier and Webhook feeds panels on the Entry Detail sidebar.
 * [[
 * Resend feeds panels with checkboxes for selecting individual feeds.
 * [[
 * Bulk resend actions in the Entries list dropdown.

## Installation

 1. Upload the `gravityforms-retrigger-notifications` folder to `/wp-content/plugins/`.
 2. Activate the plugin through **Plugins  Installed Plugins** in WordPress.
 3. Make sure Gravity Forms and at least one of the Zapier or Webhooks add-ons are 
    active.
 4. Navigate to **Forms  Entries**, open any entry, and look for the **Resend** panels
    in the sidebar.

## FAQ

### Do I need both Zapier and Webhooks add-ons?

No. The plugin detects which add-ons are active and only shows the relevant resend
panels. You can use it with just Zapier, just Webhooks, or both.

### Will this create duplicate entries?

No. This plugin only resends the existing entry data to external feeds. It does 
not create new form entries.

### Does it work with the latest Gravity Forms Zapier add-on?

Yes. The plugin automatically detects whether you are using Zapier add-on version
below 4.0 or 4.0+ and uses the correct methods.

### Where can I see logs?

Enable Gravity Forms Logging under **Forms  Settings  Logging**. All retrigger actions
are logged to the Gravity Forms debug log.

## Reviews

![](https://secure.gravatar.com/avatar/b9139509534903a96387b4399e1c0de3755cd71ac459166604ecd8ce4a48bef7?
s=60&d=retro&r=g)

### 󠀁[Super helpful!](https://wordpress.org/support/topic/super-helpful-174/)󠁿

 [granatdesign](https://profiles.wordpress.org/granatdesign/) March 27, 2026

This was exactly what I needed!! thx

![](https://secure.gravatar.com/avatar/8995041e7ffbb917ce1c58041a4c6aec3c74ac00f3becf7fcd2c09c41e91ebec?
s=60&d=retro&r=g)

### 󠀁[Only for zappier](https://wordpress.org/support/topic/only-for-zappier/)󠁿

 [Steenbergen Design](https://profiles.wordpress.org/steenbergen-design/) December
2, 2024 1 reply

Only works for zappier and webhooks. Should have support for all feed-types for 
5/5 stars.

![](https://secure.gravatar.com/avatar/1f4248fd687e90a85559b9e6e996e3134729ba7c2b81113191b50ce563647c2e?
s=60&d=retro&r=g)

### 󠀁[Excellent Functionality – Saves us Tons of Time!](https://wordpress.org/support/topic/excellent-functionality-saves-us-tons-of-time/)󠁿

 [jainlv](https://profiles.wordpress.org/jainlv/) May 18, 2023 1 reply

We build automation for our clients — feeding data back and forth from CRMs, other
Saas services, and their website (from Gravity Forms). We use webhooks for all the
data feeds that we do. Before we had this plugin, we would have to resubmit the 
form over and over (and some of our client forms were very long). This was very 
time consuming. With this plugin, we’re able to simple resend the data to the webhook
with 2 clicks. I also made the recommendation to them to add that functionality 
to the ‘bulk’ tasks, so now you can trigger multiple webhooks for multiple form 
entries all at one time. Great timesaver!

![](https://secure.gravatar.com/avatar/208e1ede346a9d8a27821b53e966d9d39e8a64747bca2553b549fa066fd4851c?
s=60&d=retro&r=g)

### 󠀁[Worked a treat](https://wordpress.org/support/topic/worked-a-treat-11/)󠁿

 [](https://profiles.wordpress.org/adput/) October 28, 2022 1 reply

I needed to resend a webhook to Integromat after editing an entry. This plugin made
the job easy. I did get an error about the webhook not sending and had to switch
on the logging to see where I was going wrong. Got it sorted!

![](https://secure.gravatar.com/avatar/5656c3eff27f27e716c025a59d898ce05d65675e9a79f8efd7709f26dd4e520f?
s=60&d=retro&r=g)

### 󠀁[What a time saver](https://wordpress.org/support/topic/what-a-time-saver-35/)󠁿

 [Chapmanmarketingsolutions](https://profiles.wordpress.org/chapmanmarketingsolutions/)
April 27, 2021

Wow….What a time saver. Works perfectly. I would pay money for this….I’m happy I
didn’t have too but I can say it’s for sure its worth it. Thank you!!!

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/)

## Contributors & Developers

“Retrigger Notifications Gravity Forms” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ wpspin ](https://profiles.wordpress.org/wpspin/)

[Translate “Retrigger Notifications Gravity Forms” into your language.](https://translate.wordpress.org/projects/wp-plugins/retrigger-notifications-gravity-forms)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/retrigger-notifications-gravity-forms/),
check out the [SVN repository](https://plugins.svn.wordpress.org/retrigger-notifications-gravity-forms/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/retrigger-notifications-gravity-forms/)
by [RSS](https://plugins.trac.wordpress.org/log/retrigger-notifications-gravity-forms/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3

 * Compatible with WordPress 6.9
 * Updated plugin tags and description
 * Added support contact banner in retrigger panels

#### 1.2

 * Check compatible with WordPress 6.2
 * Added bulk action to resend feeds in entries page.
 * Added logging messages in gravity forms test mode.

#### 1.1.5

 * Check compatible with WordPress 6.1.1

#### 1.1.4

 * Check compatible with WordPress 6.0.1

#### 1.1.3

 * Add donation URL

#### 1.1.2

 * Check compatible with WordPress 5.8.2
 * Update author URI.

#### 1.1.1

 * Check compatible with WordPress 5.7.2

#### 1.1.0

 * Check compatible with WordPress 5.7
 * Fix the error of missing Zapier resend hook box on plugin `gravityformszapier`
   4.0

#### 1.0.3

 * Check compatible with WordPress 5.6.2

#### 1.0.2

 * Check compatible with WordPress 5.6
 * Add more plugin screenshot, logo, banner.

#### 1.0.1

 * Corrections in the plugin description.

#### 1.0

 * First version of the plugin.

## Meta

 *  Version **1.3**
 *  Last updated **3 months ago**
 *  Active installations **1,000+**
 *  WordPress version ** 4.0.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/retrigger-notifications-gravity-forms/)
 * Tags
 * [gravity forms](https://ewe.wordpress.org/plugins/tags/gravity-forms/)[gravity forms addon](https://ewe.wordpress.org/plugins/tags/gravity-forms-addon/)
   [webhooks](https://ewe.wordpress.org/plugins/tags/webhooks/)[zapier](https://ewe.wordpress.org/plugins/tags/zapier/)
 *  [Advanced View](https://ewe.wordpress.org/plugins/retrigger-notifications-gravity-forms/advanced/)

## Ratings

 4.6 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/reviews/)

## Contributors

 *   [ wpspin ](https://profiles.wordpress.org/wpspin/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/retrigger-notifications-gravity-forms/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://wpspins.com/support-our-work/)