Descripción
This plugin integrates Contact Form 7 with WhatsApp and Telegram, enabling instant message alerts every time a form is submitted.
Features:
- Send form submissions to WhatsApp via the Cloud API
- Send form submissions to Telegram via bot
- Supports global or form-specific recipient settings
- Customize message format using form field data
- Admin settings panel for configuration
External Services
This plugin connects to external APIs in order to send form submission notifications via WhatsApp and Telegram.
WhatsApp Cloud API (Meta/Facebook)
Used to send form submissions to WhatsApp recipients.
– Service URL: https://graph.facebook.com
– What is sent: The recipient’s phone number ID, access token, and message content derived from the submitted form fields.
– When: Each time a Contact Form 7 form is submitted.
– Terms of Service: https://www.facebook.com/legal/terms
– Privacy Policy: https://www.facebook.com/about/privacy
Telegram Bot API
Used to send form submissions to a Telegram chat via bot.
– Service URL: https://api.telegram.org
– What is sent: The bot token, chat ID, and message content derived from the submitted form fields.
– When: Each time a Contact Form 7 form is submitted.
– Terms of Service: https://core.telegram.org/terms
– Privacy Policy: https://telegram.org/privacy
License
This plugin is licensed under the GPLv2 or later.
Instalación
- Upload the plugin files to the
/wp-content/plugins/cf7-to-whatsapp-telegram
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Navigate to
Settings > CF7 WP/Telegram
to configure your WhatsApp and Telegram credentials.
FAQ
-
Do I need a WhatsApp Business Account?
-
Yes, WhatsApp messaging uses the Cloud API which requires a Meta (Facebook) Business Account.
-
How do I find my Telegram Bot Token?
-
Use the @BotFather bot in Telegram to create a bot and receive the token.
Reseñas
No hay valoraciones para este plugin.
Colaboradores y desarrolladores
«Chat Notifications for Telegram with CF7» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Chat Notifications for Telegram with CF7» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.0
- Initial release with basic WhatsApp and Telegram integration