Title: Lagoona Webhooks – Send Form Submissions to Any Webhook
Author: pablocantu
Published: <strong>मे 29, 2026</strong>
Last modified: मे 29, 2026

---

प्लगइन शोधा

![](https://ps.w.org/lagoona-webhooks/assets/banner-772x250.png?rev=3554280)

![](https://ps.w.org/lagoona-webhooks/assets/icon-128x128.gif?rev=3554277)

# Lagoona Webhooks – Send Form Submissions to Any Webhook

 [pablocantu](https://profiles.wordpress.org/pablocantu/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/lagoona-webhooks.1.0.1.zip)

 * [तपशील](https://mr.wordpress.org/plugins/lagoona-webhooks/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/lagoona-webhooks/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/lagoona-webhooks/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/lagoona-webhooks/#developers)

 [समर्थन](https://wordpress.org/support/plugin/lagoona-webhooks/)

## वर्णन

Lagoona Webhooks is a universal webhook forwarder for WordPress. It intercepts emails
sent by any form plugin (Contact Form 7, Fluent Forms, JetFormBuilder, WPForms, 
Gravity Forms, etc.) and forwards the form data as structured JSON to your webhook
endpoint.

**How it works:**

 1. **Listen Mode** – Turn on “Listen Mode” to discover all sources calling `wp_mail()`
    on your site.
 2. **Submit test forms** – Go to your forms and submit test entries. The plugin detects
    and registers each source.
 3. **Enable webhooks per source** – Choose which sources should forward data to your
    webhook URL.
 4. **Turn off Listen Mode** – Only the selected sources will trigger webhooks, with
    minimal overhead.

**Features:**

 * Universal interception via `wp_mail()` filter – works with any plugin
 * Auto-discovery of email sources using backtrace analysis
 * Per-source webhook toggle with individual URL configuration
 * Structured JSON payload with parsed form fields
 * Complete webhook log with payload viewer
 * Test webhook functionality
 * Automatic log cleanup with configurable retention
 * Zero impact when disabled – no hooks attached
 * SMTP plugin compatible (WP Mail SMTP, Post SMTP, etc.)

**JSON Payload Example:**

    ```
    {
        "plugin": "lagoona-webhooks",
        "site_url": "https://example.com",
        "timestamp": "2026-02-14T10:30:00-06:00",
        "source": {
            "name": "Contact Form 7",
            "slug": "contact-form-7"
        },
        "email": {
            "to": ["admin@example.com"],
            "subject": "New contact form submission",
            "body": "Name: John..."
        },
        "parsed_fields": {
            "name": "John Doe",
            "email": "john@example.com"
        }
    }
    ```

## स्थापना

 1. Upload the `lagoona-webhooks` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **Lagoona Webhooks** in the admin menu.
 4. Configure your default webhook URL in the Settings tab.
 5. Turn on Listen Mode and submit test forms to discover sources.
 6. Enable webhooks for the sources you want.

## नेहमी विचारले जाणारे प्रश्न

### Does this work with any form plugin?

Yes. Lagoona Webhooks intercepts `wp_mail()`, which is used by virtually all WordPress
form plugins to send notifications. It has been tested with Contact Form 7, Fluent
Forms, JetFormBuilder, WPForms, and more.

### Does it work with SMTP plugins?

Yes. SMTP plugins like WP Mail SMTP modify how emails are delivered but they do 
not change how `wp_mail()` is called. Lagoona Webhooks hooks into `wp_mail()` before
the SMTP plugin processes the email.

### Does it modify or block emails?

No. The plugin only reads the email data and forwards it to your webhook. The original
email is never modified or blocked.

### What webhook services are supported?

Any service that accepts HTTP POST requests with JSON body, including Make (Integromat),
Zapier, n8n, Pabbly, custom APIs, and more.

### Does it slow down my site?

When Listen Mode is off and no sources are active, the plugin has zero overhead.
When active, it only intercepts `wp_mail()` calls with minimal processing.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“Lagoona Webhooks – Send Form Submissions to Any Webhook” हे मुक्त स्रोत सॉफ्टवेअर
आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

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

[भाषांतर करा “Lagoona Webhooks – Send Form Submissions to Any Webhook” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/lagoona-webhooks)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/lagoona-webhooks/), 
[SVN संग्रहालय](https://plugins.svn.wordpress.org/lagoona-webhooks/) तपासा, किंवा
[विकास लॉग](https://plugins.trac.wordpress.org/log/lagoona-webhooks/) च्या [RSS](https://plugins.trac.wordpress.org/log/lagoona-webhooks/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 1.0.0

 * Initial release.
 * Listen Mode for source discovery.
 * Per-source webhook toggle.
 * JSON payload with parsed fields.
 * Webhook log with payload viewer.
 * Test webhook functionality.
 * Automatic log cleanup.

## मेटा

 *  आवृत्ती **1.0.1**
 *  शेवटचा अद्यतन **2 दिवस पूर्वी**
 *  सक्रिय स्थापना **10 पेक्षा कमी**
 *  वर्डप्रेस आवृत्ती ** 6.2 किंवा मोठा **
 *  परीक्षित केले आहे **6.9.4**
 *  PHP आवृत्ती ** 7.4 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/lagoona-webhooks/)
 * टॅग्ज:
 * [automation](https://mr.wordpress.org/plugins/tags/automation/)[forms](https://mr.wordpress.org/plugins/tags/forms/)
   [JSON](https://mr.wordpress.org/plugins/tags/json/)[webhook](https://mr.wordpress.org/plugins/tags/webhook/)
   [wp_mail](https://mr.wordpress.org/plugins/tags/wp_mail/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/lagoona-webhooks/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[Your review](https://wordpress.org/support/plugin/lagoona-webhooks/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/lagoona-webhooks/reviews/)

## योगदानकर्ते

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

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/lagoona-webhooks/)