Title: CF7 to Webhook
Author: Mário Valney
Published: <strong>September 21, 2017</strong>
Last modified: June 5, 2026

---

Search plugins

![](https://ps.w.org/cf7-to-zapier/assets/banner-772x250.jpg?rev=2238641)

![](https://ps.w.org/cf7-to-zapier/assets/icon-256x256.jpg?rev=3214555)

# CF7 to Webhook

 By [Mário Valney](https://profiles.wordpress.org/mariovalney/)

[Download](https://downloads.wordpress.org/plugin/cf7-to-zapier.5.1.0.zip)

[Live Preview](https://wordpress.org/plugins/cf7-to-zapier/?preview=1)

 * [Details](https://wordpress.org/plugins/cf7-to-zapier/#description)
 * [Reviews](https://wordpress.org/plugins/cf7-to-zapier/#reviews)
 *  [Installation](https://wordpress.org/plugins/cf7-to-zapier/#installation)
 * [Development](https://wordpress.org/plugins/cf7-to-zapier/#developers)

 [Support](https://wordpress.org/support/plugin/cf7-to-zapier/)

## Description

**CF7 to Webhook** is trusted by more than 30.000 WordPress websites and translated
in languages!

Thank you!

[Contact Form 7 (CF7)](https://wordpress.org/plugins/contact-form-7/) is a awesome
plugin used by 1+ million WordPress websites.

Webhooks are endpoint (urls) you can send data!

Now you can join both: the best contact form plugin to WordPress and any webhook
which receive JSON!

And Zapier?

[Zapier (Zapier)](https://zapier.com) is a awesome service to connect your apps 
and automate workflows!

Just activate and configure Zapier to receive data!

Disclaimer: this plugin was created without any encouragement from Zapier (or any
webhook/API service) / CF7 (and other supported plugins) developers.

#### How to Use

Easily and quickly! Just activate “Contact Form 7” and “CF7 to Webhook” and configure
a URL to send data (or go to Zapier to create your Zap).

#### Translations

You can [translate CF7 to Webhook](https://translate.wordpress.org/projects/wp-plugins/cf7-to-zapier)
to your language.

#### Review

We would be grateful for a [review here](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/).

#### Support

 * Contact Form 7 – 6.1.5

Tested with other plugins:

 * MultiLine files for Contact Form 7 – 2.9.1
 * Contact Form 7 Multi-Step Forms – 4.6

## Screenshots

[⌊Webhook configuration⌉⌊Webhook configuration⌉[

Webhook configuration

[⌊Using templates⌉⌊Using templates⌉[

Using templates

[⌊All request methods⌉⌊All request methods⌉[

All request methods

[[

## Installation

Install [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) and activate
it.

 * Install “CF7 to Webhook” by plugins dashboard.

Or

 * Upload the entire `cf7-to-zapier` folder to the `/wp-content/plugins/` directory.

Then

 * Activate the plugin through the ‘Plugins’ menu in WordPress.

You will find ‘Zapier’ tab into form configuration.

## FAQ

### Did you renamed the plugin?

Yes. Due to [this](https://make.wordpress.org/plugins/2019/08/08/trademark-enforcement/).

### Does it works with Gutenberg?

Yes. We support WordPress 5+ and CF7 too.

### Does it works for forms sent out of CF7?

Nope. The intention here is to integrate CF7 to Zapier (and another webhooks).

### Can I use it without Zapier?

Yep. We are creating a integration to Zapier webhook, but you can insert any URL
to receive a JSON formated data.

### My sent data is empty

Please, go to [support forum](https://wordpress.org/support/plugin/cf7-to-zapier/)
to get help.

### How can I submit one form to multiple webhooks?

Just add one webhook per line in “Webhook URL” settings.

Please, read [this topic](https://github.com/mariovalney/cf7-to-zapier/wiki/Make-multiple-webhooks-optionals)
for more information.

### How can I show webhook errors on form submit?

We already show WordPress request errors. If you want to add theatment to webhook
errors, please [check this post](https://wordpress.org/support/topic/form-sent-to-zapier-randomly/#post-11249864).

### How can I upload files and send link to webhook?

If you send a form with file, we will copy this to a directory before CF7 remove
it and send the link to Zapier.

### How can I rename a field to webhook?

You can add a “webhook” option to your field on form edit tab.

It’s like the “class” option: `[text your-field class:form-control id:field-id webhook:
webhook-key]`.

This will create a text field with name “your-field”, class “form-control”, id “
field-id” and will be sent to webhook with key “webhook-key”.

### How I can get the free text value?

We will replace the value for last option (which is the free_text input) with the
value.

This way your webhook will receive the free text value and other options if you 
allow it (like in checkbox).

### Can I send webhooks to an internal/private IP address?

By default, the plugin blocks requests to private, loopback, and link-local addresses(
e.g. `192.168.x.x`, `10.x.x.x`, `127.0.0.1`, `169.254.x.x`) to prevent SSRF attacks.

If you run a trusted internal service and need to reach it, you can whitelist specific
hosts using WordPress’s `http_request_host_is_external` filter in your theme’s `
functions.php` or a custom plugin:

    ```
    add_filter( 'http_request_host_is_external', function( $external, $host ) {
        $trusted = [ '192.168.1.100', '10.0.0.50' ];
        return in_array( $host, $trusted, true ) ? true : $external;
    }, 10, 2 );
    ```

Replace the IPs in `$trusted` with the hosts you want to allow. Only use this on
servers you fully control and trust.

### I don’t see a template for my webhook.

Templates are created by community so we’re constructing this together.

You still are able to add a custom header / body or you can open a ticket and propose
a new template.

### Support for: Contact Form 7 Multi-Step Forms

We have native support for [Contact Form 7 Multi-Step Forms](https://wordpress.org/plugins/contact-form-7-multi-step-module/).

You just have to add your webhook settings to last step and we’ll get all data from
all steps.

We use “cf7msm_posted_data” stored by plugin so **no need for hidden inputs** (but
we are not able to guarantee the data).

### Who is the developer?

[Mário Valney](https://mariovalney.com/me)

Brazilian developer who is part of [WordPress community](https://profiles.wordpress.org/mariovalney).

### Can I help you?

Yes! Visit [GitHub repository](https://github.com/mariovalney/cf7-to-zapier) or 
[make a donation](https://www.paypal.com/donate?campaign_id=9AA82JCSNWNFS).

## Reviews

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

### 󠀁[Great for sending data off](https://wordpress.org/support/topic/great-for-sending-data-off/)󠁿

 [arceoh](https://profiles.wordpress.org/arceoh/) March 17, 2026

Works great. I use it to send data to a Google sheet.

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

### 󠀁[works perfectly.](https://wordpress.org/support/topic/works-perfectly-2896/)󠁿

 [pdwalker](https://profiles.wordpress.org/pdwalker/) November 5, 2025

works perfectly. Author asks for support, but gives you a fully functional plugin.
Please support the author.

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

### 󠀁[perfect](https://wordpress.org/support/topic/perfect-10790/)󠁿

 [daveautomations](https://profiles.wordpress.org/daveautomations/) August 12, 2025

Fast and easy

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

### 󠀁[A Plugin Developer That Has My Attentino](https://wordpress.org/support/topic/a-plugin-developer-that-has-my-attentino/)󠁿

 [schmekis](https://profiles.wordpress.org/johnmecham/) July 11, 2025 1 reply

A true entrepreneur who is focused on adding value, then asks for the money. I’ll
check out and consider any plugin that this dev creates. He created real value for
free. Not value that comes with a headache… like most free plugins. Well done!

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

### 󠀁[Simple and works](https://wordpress.org/support/topic/simple-and-works-235/)󠁿

 [Alessio Lo Vecchio](https://profiles.wordpress.org/youon/) June 27, 2025

Perfect.In my case I had to activate the MAKE scenario (webhook to CRM) before submitting
the form otherwise it returns an error (probably because the webhook isn’t ready
yet).

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

### 󠀁[Simple and efficient](https://wordpress.org/support/topic/simple-and-efficient-431/)󠁿

 [glanzi](https://profiles.wordpress.org/glanzi/) April 15, 2025 2 replies

Very nice and useful plugin!

 [ Read all 51 reviews ](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/)

## Contributors & Developers

“CF7 to Webhook” is open source software. The following people have contributed 
to this plugin.

Contributors

 *   [ Mário Valney ](https://profiles.wordpress.org/mariovalney/)

“CF7 to Webhook” has been translated into 4 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/cf7-to-zapier/contributors)
for their contributions.

[Translate “CF7 to Webhook” into your language.](https://translate.wordpress.org/projects/wp-plugins/cf7-to-zapier)

### Interested in development?

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

## Changelog

#### 5.1.0

 * Fixed XSS vulnerabilities in admin panel output (body preview and form input 
   helpers).
 * Added capability check (`wpcf7_edit_contact_form`) on webhook settings save.
 * Added server-side HTTP method whitelist (GET, POST, PUT, PATCH, DELETE).
 * Sensitive headers (Authorization, x-api-key, etc.) are now redacted from error
   notification emails.
 * Replaced `uniqid()` with `random_bytes()` for uploaded file directory names.
 * Replaced raw `<script>` echo with `wp_add_inline_script()` for admin JS data.

Note:

If your site uses custom roles that can edit CF7 forms but do not have the `wpcf7_edit_contact_form`
capability, webhook settings will no longer be saved for those users. Grant the 
capability explicitly or use the `wpcf7_edit_contact_form` capability in your role
setup.

#### 5.0.1

Security patch release.

 * Added SSRF protection: outbound webhook requests now use `wp_safe_remote_request()`,
   blocking requests to private, loopback, and link-local addresses (CVE-2026-11395).

#### 5.0.0

New feature: Added support for mail tags in headers (props to @anthonypenner).

 * Headers can now be replaced by all data sent to webhook.
 * Special mail tags are automatically available in headers without explicit configuration.

Support to “Contact Form 7 Multi-Step Forms” plugin.

 * Check FAQ.
 * Added ‘ctz_get_data_from_cf7msm_posted_data’ filter to deactivate this support.

Note:

It’s not a breaking change update but we had some changes in custom header / body.

They are very complex features that I’m not sure how everyone is using them in the
wild. This is the reason we are going to 5.0.0.

#### 4.0.2

 * Improved notification (headers and method added).

#### 4.0.1

 * Fixes ‘ctz_post_request_result’ action not triggering on errors.
 * Added ‘ctz_post_request_ignore_errors’ filter to ignore error handle.

#### 4.0.0

 * New feature: TEMPLATES.
 * New feature: advanced custom body.
 * New feature: error notification and status check.
 * New feature: send file content as base64 (props to @ozanerturk).
 * Settings UI renewed.
 * New template: Slack Integration.

#### 3.0.2

 * Avoid empty webhook URLs.

#### 3.0.1

 * Just some docs and donate link.
 * Added ‘ctz_remove_donation_alert’ filter to remove donate link.

#### 3.0.0

 * New feature: placeholders in webhook URL.
 * Added ‘ctz_hook_url_placeholder’ filter.
 * Tested against new CF7 and WP versions.

#### 2.4.0

 * Added support to “_raw_” values (label value in [PIPES](https://contactform7.com/selectable-recipient-with-pipes/)).
 * Added support to multiple webhook URLs.
 * Added ‘ctz_trigger_webhook_errors’ action to allow trigger submission error after
   ignoring them.
 * Tested against new CF7 and WP versions.

#### 2.3.0

 * Added Custom Header option.
 * Added ‘ctz_ignore_default_webhook’ to allow ignore core submit.
 * Added more parameters to ‘ctz_trigger_webhook’ action.
 * Added more parameters to ‘ctz_post_request_args’ action.

#### 2.2.5

 * Some minor adjustments.
 * Tested against new CF7 and WP versions.

#### 2.2.4

 * Support to CF7 new way to load properties.

#### 2.2.3

 * Support to CF7 multiple files upload.
 * Support to files with same name.

#### 2.2.2

 * Support to CF7 5.2.1 changing ‘wpcf7_special_mail_tags’ filter.

#### 2.2.1

 * Support to CF7 5.2 changing ‘free_text’ input name.

Props to @brunojlt

#### 2.2.0

 * Support to free_text option on radio and checkboxes.

#### 2.1.4

 * Added ‘ctz_hook_url’ filter to change webhook URL

Props to @shoreline-chrism

#### 2.1.2

 * Fix checkboxes.

#### 2.1.1

 * Fix slashes on POST data.

#### 2.1.0

 * Support to rename fields.

#### 2.0.2

 * Plugin renamed.

#### 2.0.0

 * Support to submit files.

#### 1.4.0

 * Show form error when WordPress request fails and added support to throw or own
   exceptions.
 * Added ‘ctz_post_request_result’ action after submit.
 * Added ‘ctz_trigger_webhook_error_message’ filter to change form message error.

#### 1.3.1

 * Remove PHP 7+ dependency.
 * It’s sad… I know.

#### 1.3.0

 * Added support to [Special Mail Tags] (https://contactform7.com/special-mail-tags)
   on CF7.
 * Tested against WP 5.0.2 and CF7 version 5.1.

#### 1.2.1

 * Tested against Contact Form 7 version 5.0.

#### 1.2

 * Added support to [PIPE](https://contactform7.com/selectable-recipient-with-pipes)
   on CF7.
 * Tested against WP 4.9.2.

#### 1.1.1

 * Fixed problem with a function inside empty() prior PHP 5.5.

#### 1.1

 * Added the ‘application/json’ header by default to POST request.
 * Added ‘ctz_post_request_args’ filter to POST request args.
 * Tested against WP 4.9.

#### 1.0

 * It’s alive!
 * Form configuration.
 * Integration to Zapier webhook.
 * Ignore or not CF7 mail sent.

## Meta

 *  Version **5.1.0**
 *  Last updated **2 months ago**
 *  Active installations **30,000+**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **6.9.5**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/cf7-to-zapier/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/cf7-to-zapier/),
   [English (US)](https://wordpress.org/plugins/cf7-to-zapier/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/cf7-to-zapier/),
   and [Swedish](https://sv.wordpress.org/plugins/cf7-to-zapier/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/cf7-to-zapier)
 * Tags
 * [cf7](https://wordpress.org/plugins/tags/cf7/)[contact form](https://wordpress.org/plugins/tags/contact-form/)
   [integration](https://wordpress.org/plugins/tags/integration/)[webhook](https://wordpress.org/plugins/tags/webhook/)
   [zapier](https://wordpress.org/plugins/tags/zapier/)
 *  [Advanced View](https://wordpress.org/plugins/cf7-to-zapier/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  51 5-star reviews     ](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/)

## Contributors

 *   [ Mário Valney ](https://profiles.wordpress.org/mariovalney/)

## Support

Issues resolved in last two months:

     0 out of 1

 [View support forum](https://wordpress.org/support/plugin/cf7-to-zapier/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/donate?campaign_id=9AA82JCSNWNFS)