| 开发者 | maidulcu |
|---|---|
| 更新时间 | 2026年7月11日 04:13 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/cf7-to-whatsapp-telegram directory, or install the plugin through the WordPress plugins screen directly.Settings > CF7 Notifications to configure your WhatsApp, Telegram, and Microsoft Teams credentials.Yes, WhatsApp messaging uses the WhatsApp Cloud API which requires a verified Meta (Facebook) Business Account. You will need to create an App via the Meta for Developers portal and generate access credentials.
To use Telegram notifications, create a bot using the @BotFather tool inside Telegram. Once created, @BotFather will provide you with a Bot Token that you can copy into the plugin's Telegram settings.
Yes. You can configure both messaging platforms and receive notifications simultaneously for the same Contact Form 7 submission.
Absolutely. You can use Contact Form 7 field tags in your message template. This allows you to control how the message looks in WhatsApp and Telegram, including the order and labeling of fields.
Yes, the plugin is actively tested with the latest versions of WordPress, PHP, and Contact Form 7.
No. The plugin is lightweight and optimized to run only during form submission. It does not affect frontend performance or add unnecessary scripts.
Messages are sent securely using HTTPS to both WhatsApp and Telegram APIs. However, you should avoid sending highly sensitive or personally identifiable information unless required by your use case.
Yes! We have plans to add support for popular form builders including WPForms, Fluent Forms, Formidable Forms, Gravity Forms, Ninja Forms, and more. Check our FUTURE.md file on GitHub for the complete roadmap. Currently, the plugin works exclusively with Contact Form 7.
Currently, the plugin is designed for Contact Form 7. However, you can use the N8N integration to connect with virtually any WordPress plugin or external service. N8N allows you to create custom workflows that can interact with WooCommerce, membership plugins, and hundreds of other services.
WhatsApp, Telegram, and Microsoft Teams receive formatted text messages for human reading. N8N receives the complete form data as JSON, allowing you to build automated workflows like adding to Google Sheets, creating CRM contacts, sending custom emails, triggering Slack notifications, and much more.
chatnoticf7_overrides_json option storing overrides in standardized JSON format alongside the existing parsed array.error_log() calls from queue processor — API error responses could theoretically leak service internals. Replaced with do_action hooks so developers can opt-in to custom logging.autoload=false on all plugin options — credentials and settings are no longer loaded on every WordPress page request. Existing installations are migrated automatically on upgrade.chatnoticf7_queue_*_result action hooks for each notifier in the queue processor, passing the result array, queue item ID, and form ID.wp_schedule_single_event() — works with both WP-Cron and system cron.$form_id variable cleanup in sanitize_form_specific_settings.wp_safe_remote_post() with wp_remote_post() across all notifiers to prevent external API calls (WhatsApp, Telegram, Teams) from being silently blocked by WordPress safe host validation-) fallthrough in per-form overrides — using - now correctly falls back to global settings instead of overriding with a literal dash