Webhookify – Send Form Submissions to Webhooks

Description

Webhookify seamlessly connects your WordPress forms to external services, automation platforms, and notification systems through webhooks. Get instant notifications on mobile, Telegram, Discord, Slack, and more whenever someone submits a form on your website.

Key Features

  • Universal Form Support – Works with all major WordPress form plugins
  • Real-Time Delivery – Instant webhook notifications for every submission
  • Easy Setup – Configure once and forget – no coding required
  • Test Function – Built-in test tool to verify webhook connectivity
  • Automatic Detection – Automatically detects installed form plugins
  • Privacy Focused – Data sent directly to your webhook endpoint

Supported Form Plugins

  • Contact Form 7
  • WPForms (Lite & Pro)
  • Gravity Forms
  • Elementor Pro Forms
  • Formidable Forms

Perfect For

  • Getting instant notifications on your phone
  • Integrating with Zapier, Make (Integromat), n8n
  • Sending data to custom applications
  • Connecting to Telegram, Discord, or Slack bots in webhookify
  • Automating workflows with AI-powered notifications
  • Syncing form data with external databases or CRMs

How It Works

  1. Install and activate Webhookify
  2. Generate a webhook URL at webhookify.app or use your own
  3. Enter the webhook URL in Webhookify settings
  4. All form submissions automatically send to your webhook
  5. Receive instant notifications wherever you need them

Data Format

Form submissions are sent as JSON with the following structure:

{
  "form_type": "contact_form_7",
  "form_id": 123,
  "form_title": "Contact Form",
  "timestamp": "2025-01-15 10:30:45",
  "site_url": "https://yoursite.com",
  "fields": {
    "your-name": "John Doe",
    "your-email": "john@example.com",
    "your-message": "Hello!"
  }
}

Privacy & Security

  • No data is stored by the plugin
  • Data sent directly from your server to your webhook
  • HTTPS recommended for webhook endpoints
  • Full control over what data is sent

Additional Information

Documentation

For detailed setup instructions and integration guides, visit:
https://webhookify.app/guides/webhookify-wordpress-setup-guide

Support

Need help? Visit our support forum or contact us through:
* Plugin support forum on WordPress.org
* Website: https://webhookify.app
* Email: support@webhookify.app

Contributing

Developers can contribute to the source code on our GitHub repository.

Popular Use Cases

  • Real Estate Agents – Get instant SMS notifications for property inquiries
  • E-commerce – Connect form data to CRM systems automatically
  • Customer Support – Route support requests to Slack channels
  • Lead Generation – Send leads to marketing automation platforms
  • Event Management – Sync registrations with external systems
  • Healthcare – HIPAA-compliant appointment notifications (with secure webhooks)

Integration Partners

Works seamlessly with:
* Zapier
* Make (Integromat)
* n8n
* IFTTT
* Custom APIs
* Any service that accepts webhooks

Technical Details

Server Requirements

  • WordPress 5.0 or higher
  • PHP 7.2 or higher
  • cURL enabled
  • SSL support (recommended)

Webhook Timeout

  • Default timeout: 30 seconds
  • Requests are non-blocking

Data Transmission

  • Format: JSON
  • Method: POST
  • Content-Type: application/json
  • No retry mechanism (single attempt)

Developer Hooks

The plugin is extensible for developers. More hooks and filters coming in future versions.

About

Webhookify is developed to make form integration simple and accessible for everyone. Whether you’re a small business owner, developer, or enterprise user, Webhookify helps you connect your WordPress forms to the tools you already use.

Visit webhookify.app to learn more and get started with AI-powered notifications today!

Screenshots

  • Webhookify settings page with webhook URL configuration
  • Form plugin status dashboard showing detected plugins

Installation

Automatic Installation

  1. Log in to your WordPress dashboard
  2. Navigate to Plugins Add New
  3. Search for “Webhookify”
  4. Click “Install Now” and then “Activate”

Manual Installation

  1. Download the plugin zip file
  2. Log in to your WordPress dashboard
  3. Navigate to Plugins Add New Upload Plugin
  4. Choose the zip file and click “Install Now”
  5. Activate the plugin

Configuration

  1. Go to Webhookify in your WordPress admin menu
  2. Enter your webhook URL in the settings
  3. Enable the webhook functionality
  4. Click “Send Test Request” to verify the connection
  5. Done! Your forms will now send data to your webhook

FAQ

Do I need a webhookify.app account?

No! You can use any webhook URL. However, webhookify.app provides AI-powered notifications and easy setup for popular platforms like Telegram, Discord, and Slack.

Which form plugins are supported?

Currently supported: Contact Form 7, WPForms, Gravity Forms, Elementor Forms, and Formidable Forms. More coming soon!

Will this slow down my website?

No. Webhook requests are processed asynchronously and don’t impact form submission performance.

Can I use multiple webhooks?

Currently, the plugin supports one webhook URL. Contact us if you need multiple webhook support.

What happens if the webhook is down?

Form submissions will still be processed normally. The webhook request will fail silently and won’t affect the form functionality.

Is my data secure?

Yes. Data is sent directly from your server to your webhook endpoint. We recommend using HTTPS webhook URLs for encryption.

Can I customize the data format?

The current version sends all form fields. Custom field filtering will be added in a future update.

Does it work with custom forms?

Currently, only the listed form plugins are supported. Custom form support can be added through custom development.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Webhookify – Send Form Submissions to Webhooks” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release
  • Support for Contact Form 7
  • Support for WPForms
  • Support for Gravity Forms
  • Support for Elementor Forms
  • Support for Formidable Forms
  • WordPress comments support
  • Webhook test functionality
  • Admin settings page
  • Automatic form plugin detection