Send WhatsApp messages from WordPress
Forward Contact Form 7 / WPForms / Elementor form submissions to your WhatsApp, alert yourself on important events, and send custom messages from your theme with a single PHP function - powered by your own WhatsApp number.
How it works
Connect your number
Sign up and scan a QR code with WhatsApp - your number becomes your gateway in under a minute.
Install & connect the plugin
Upload the zip, then paste your API URL and key under Settings → QaziHost WhatsApp API.
Hook it to anything
Use the wa_api_send_message() helper in your theme or hook it to form plugins - one line per notification.
What you get
Form-to-WhatsApp in one hook
Pipe Contact Form 7, WPForms, or Elementor Forms submissions straight to your phone - never miss a lead.
wa_api_send_message() helper
One PHP function available everywhere in your site. Send any text to any number from any hook or template.
Built-in test sender
Verify your setup from the settings page before wiring up real notifications.
WooCommerce features included
The same plugin unlocks full order notifications automatically when WooCommerce is active.
Origin-locked API keys
Keys can be restricted to your site's domain, so a leaked key is useless anywhere else.
Full REST API underneath
Anything the plugin doesn't cover, the HTTP API does - images, documents, locations, polls, bulk batches.
// Contact Form 7 submission -> WhatsApp alert
add_action('wpcf7_mail_sent', function ($form) {
wa_api_send_message(
'923001234567', // your number
'New lead from ' . get_bloginfo('name') .
' via form: ' . $form->title()
);
});Frequently asked questions
How do I send WordPress form submissions to WhatsApp?
Install the free plugin, connect it with your API key, then add a one-line hook for your form plugin (Contact Form 7, WPForms, Elementor Forms, Gravity Forms - anything with a submission action). Every submission arrives as a WhatsApp message on your phone.
Do I need coding skills?
For form alerts you paste a 5-line snippet into functions.php (we provide it ready-made). WooCommerce order notifications need zero code - just toggles and templates in the settings page.
Does it work with my own WhatsApp number?
Yes - that's the point. You scan a QR code once and your own number sends the messages. No Meta Business verification, no per-message charges.
Can visitors chat with me through it?
Incoming messages appear in the platform's live-chat inbox where you (or the AI auto-responder) can reply. For a click-to-chat button you can keep using any wa.me link alongside.
Is there a rate limit?
You choose a plan by monthly message volume. Sends are automatically paced with human-like delays to protect your number.
Ready to try it?
Create a free account, connect your WhatsApp number by scanning a QR code, and be live today - no card, no Meta approval.
Related: WooCommerce order notifications · Node.js developer guide · AI chatbot with Gemini