Webhooks for Contact Form 7

설명

Webhooks for Contact Form is a WordPress plugin that extends Contact Form 7 by allowing you to send form submissions to any webhook endpoint. This enables easy integration with external services, automation tools, and custom workflows.

Features

  • Send Contact Form 7 submissions to any webhook URL
  • Supports custom headers and payloads
  • Easy setup and configuration
  • Compatible with popular automation platforms

Configuration

  1. Go to the plugin’s Settings page under Settings > Webhooks Contact Form.
  2. Add your webhook URL in the provided field.
  3. Optionally configure custom headers and payload format.

Logging

This plugin records webhook delivery attempts and response previews to help troubleshoot delivery issues.

  • Where: Open the plugin settings page in WordPress (Settings WBHKS Webhook) and scroll to the Webhook Logs section.
  • What is logged: date/time, form title and ID, delivery status (success / failed / skipped), HTTP status code (if available), webhook URL used, a message and a truncated response body (preview).
  • Privacy: Submitted form fields (user data) are not stored in the logs to avoid logging PII.
  • Storage: Logs are saved in the WordPress options table under the option wbhks_webhook_logs and capped to the most recent 200 entries.
  • Clearing logs: Use the Clear Logs button on the settings page; this action requires administrator capabilities and is protected by a nonce.

Per-form mode

You can choose between a single global webhook for all forms or a per-form webhook configuration:

  • One webhook for all forms — set a single Webhook URL and optional Bearer Token used for every Contact Form 7 submission.
  • One webhook per form — configure a distinct Webhook URL (and optional Bearer Token) for each Contact Form 7 form on your site. Leave a per-form URL empty to fall back to the global URL.

설치

  1. Download the plugin from the WordPress Plugin Directory or from your repository.
  2. Upload the webhooks-for-contact-form-7 folder to your WordPress plugins directory.
  3. Activate the plugin via the WordPress admin dashboard.

FAQ

Can I send data to multiple webhooks?

In version 1.1.3, the plugin supports two modes: a single global webhook for all forms or a per-form configuration.

If you are using version 1.1.2, the plugin only supports one webhook per form.
For multiple endpoints, update to version 1.1.3.

Is the plugin secure?

Yes, data is sent securely. Always use HTTPS endpoints for webhooks.

후기

2026년 8월 24일
We’ve been using this plugin everyday in several wordpress instances for our customers websites and landing pages and it works like a charm.
2026년 8월 18일 답글 3개
I have installed and configured Webhooks for Contact Form 7 and tried all available configuration options. Contact Form 7 submissions work successfully, but the plugin does not call the configured API/Webhook URL.
모든 3 평가 읽기

기여자 & 개발자

“Webhooks for Contact Form 7”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Webhooks for Contact Form 7”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.5

  • Tested plugin with the WordPress Version 7.1 to ensure compatibility.

1.1.4

  • Changed the plugin name for better clarity.
  • Tested the plugin with the WordPress Version 7.0 and made sure it’s stable.
  • Changed the plugin icon to make it more align with the brand.

1.1.3

  • Changed the plugin name to “Webhooks for Contact Form” for better clarity.
  • Stable version with 1 webhook per form and optional Bearer token authentication.

1.1.2

  • Changed the plugin name in the header to “WODS Webhook for Contact Form 7” for better clarity.
  • Stable version with 1 webhook per form and optional Bearer token authentication.

1.1.1

  • Added optional Bearer token authentication.
  • Improved error handling and logging.

1.1.0

  • Initial release.