Title: BeepMate &#8211; Forms to your messaging app
Author: beepmateio
Published: <strong>اپریل 8, 2025</strong>
Last modified: دسمبر 19, 2025

---

پلگ انز تلاش کریں

![](https://ps.w.org/beepmate/assets/banner-772x250.png?rev=3268947)

![](https://ps.w.org/beepmate/assets/icon-256x256.png?rev=3268947)

# BeepMate – Forms to your messaging app

 منجانب [beepmateio](https://profiles.wordpress.org/beepmateio/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/beepmate.1.1.4.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/beepmate/#description)
 * [جائزے](https://ur.wordpress.org/plugins/beepmate/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/beepmate/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/beepmate/#developers)

 [معاونت](https://wordpress.org/support/plugin/beepmate/)

## تفصیل

**BeepMate** connects your WordPress site’s forms directly to WhatsApp. Whenever
a visitor submits a form on your website, you’ll receive an instant WhatsApp message
with their information.

### Key Benefits

 * **Instant Notifications**: Get form submissions delivered to your WhatsApp in
   real-time
 * **Better Response Times**: Reply to inquiries directly from your phone, wherever
   you are
 * **Works With Any Form**: Compatible with all WordPress form plugins that use 
   the mail system
 * **No Complex Setup**: Works automatically with your existing forms
 * **Attachment Support**: Receives files submitted through forms

### How It Works

The plugin integrates with WordPress’s email system to capture form submissions 
and redirect them to WhatsApp using the BeepMate API. It works alongside your existing
email notifications, ensuring you never miss an important message.
 You do not need
to configure SMTP or any mailer settings (unless you want to) – it works even without
a mailer.

### Features

 * Works with all WordPress form plugins (Contact Form 7, Gravity Forms, WPForms,
   Ninja Forms, Forminator etc.)
 * Simple configuration with your BeepMate API key
 * Multiple API connection methods for compatibility with all hosting environments
 * Preserves special characters and emoji
 * Debug mode for troubleshooting
 * Maintains your existing email workflow

### External services

This plugin connects to BeepMate API (beepmate.io) to send form submission data 
to WhatsApp.
 It sends form submissions including text content and any attachments
to the BeepMate service whenever a form is submitted on your site. This service 
is provided by BeepMate: [Privacy Policy](https://beepmate.io/privacy).

### Requirements

 * WordPress 5.0 or higher
 * PHP 7.0 or higher
 * A BeepMate account (get your FREE account and FREE API key at [beepmate.io](https://beepmate.io))
 * A WhatsApp account

### External services

This plugin connects to BeepMate API (beepmate.io) to send form submission data 
to WhatsApp.
 It sends form submissions including text content and any attachments
to the BeepMate service whenever a form is submitted on your site. This service 
is provided by BeepMate: [Privacy Policy](https://beepmate.io/privacy).

### Technical Details

### How It Works Technically

BeepMate intercepts WordPress emails at the PHPMailer level, right before they’re
sent. When a form is submitted:

 1. The plugin hooks into `phpmailer_init` to capture the email content
 2. It extracts the recipient, subject, message body, and any attachments
 3. The information is formatted for WhatsApp
 4. The plugin connects to the BeepMate API using one of two methods (wp_removew or
    file_get_contents)
 5. The message is delivered to your configured WhatsApp number

All of this happens without modifying your existing forms or email system.

### Configuration Options

**BeepMate API Key**: Your unique API key from BeepMate that authorizes the connection.

**User ID**: The phone number (with country code, no spaces or symbols) that will
receive the WhatsApp messages.

**Redirect All Forms**: When set to "Yes,” all form submissions will be sent to 
WhatsApp. When "No,” the plugin remains inactive.

**API Method**: The technical approach used to connect to the BeepMate API:
 – **
wp_remote**: The recommended method, works on most servers. – **file_get_contents**:
An alternative if wp_remote is disabled on your server.

**Debug Mode**: Enables detailed logging for troubleshooting.

### Debugging

If you’re experiencing issues with the plugin, you can enable Debug Mode in the 
settings. This will log detailed information about:
 – Form interceptions – Message
preparation – API calls – Response codes and errors

Logs can be found in your WordPress debug log (if WP_DEBUG is enabled) or in your
server’s PHP error log.

### API Structure

The plugin uses BeepMate’s API with the following structure:
 – For text-only messages:`
https://beepmate.io/send?key=YOUR_KEY&id=YOUR_ID&msg=MESSAGE` – For messages with
attachments: A POST request to `https://beepmate.io/send` with multipart/form-data

### Security Considerations

The plugin:
 – Sanitizes all user input – Uses WordPress nonces for form submissions–
Checks user capabilities before allowing settings changes – Hides the API key in
logs – Properly escapes all output

### Extending the Plugin

Developers can hook into the plugin’s functionality using these functions:
 – `beepmate_whatsapp_forms_prepare_message`:
Formats message content for WhatsApp – `beepmate_whatsapp_forms_send_to_beepmate`:
Handles the API connection – `beepmate_whatsapp_forms_debug`: Controls debug logging

### Known Limitations

 * Currently supports sending to a single WhatsApp number
 * Depends on the standard WordPress email system being used by forms
 * Some form plugins that implement custom email sending may not be compatible

## اسکرین شاٹس

 * [[
 * Plugin settings page.
 * [[
 * Test message configuration.
 * [[
 * Example of a form submission received on WhatsApp.

## انسٹالیشن

 1. Upload the plugin files to the `/wp-content/plugins/beepmate` directory, or install
    the plugin through the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Navigate to Settings  BeepMate Forms to WhatsApp to configure the plugin.
 4. Enter your BeepMate API key and WhatsApp User ID that you received from BeepMate
    when creating the account.
 5. Select "Enable” for "Submit forms to WhatsApp” to enable the plugin.
 6. Use the "Test Your Configuration” section to send a test message.

## عمومی سوالات

### Does this replace email notifications?

No, by default the plugin sends WhatsApp messages alongside your regular email notifications.
Your existing email workflow remains unchanged.

### Which form plugins are supported?

The plugin works with any WordPress form plugin that uses the standard WordPress
mail system, including Contact Form 7, Gravity Forms, WPForms, Ninja Forms, and 
many others.

### Do I need to modify my forms?

No, the plugin works with your existing forms without any modifications needed.

### How do I get a BeepMate API key?

Visit [beepmate.io](https://beepmate.io) to create an account and obtain your API
key.

### Does it support file attachments?

Yes, the plugin can forward file attachments from forms to WhatsApp.

### How are special characters handled?

The plugin includes special processing to ensure characters like "<” and ">” are
properly displayed in WhatsApp messages.

## جائزے

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

### 󠀁[Forms to WhatsApp](https://wordpress.org/support/topic/forms-to-whatsapp/)󠁿

 [beepmateio](https://profiles.wordpress.org/beepmateio/) اپریل 8, 2025

It works! Get your form submissions directly into your WhatsApp.Easy to install.
Works seamlessly. Easier than installing SMTP or Mail.

 [ تمام 1 جائزے پڑھیں ](https://wordpress.org/support/plugin/beepmate/reviews/)

## شراکت دار اور ڈیویلپرز

“BeepMate – Forms to your messaging app” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں
نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ beepmateio ](https://profiles.wordpress.org/beepmateio/)

[“BeepMate – Forms to your messaging app” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/beepmate)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/beepmate/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/beepmate/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/beepmate/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/beepmate/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.1.4

 * Tested with WordPress 6.9
 * Confirmed compatibility with latest WordPress version

#### 1.1.3

 * Removed unsupported external calls

#### 1.1.2

 * Improved WhatsApp notifications
 * Added support for file attachments on forms
 * Fixed links inside forms

#### 1.1.1

 * Added multiple API connection methods
 * Improved compatibility with different hosting environments
 * Added debug mode option

#### 1.1.0

 * Production release

#### 1.0.0

 * Initial release

## میٹا

 *  Version **1.1.4**
 *  Last updated **4 مہینے پہلے**
 *  Active installations **70+**
 *  WordPress version ** 5.0 یا اس سے جدید **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/beepmate/)
 * Tags
 * [contact form](https://ur.wordpress.org/plugins/tags/contact-form/)[forms](https://ur.wordpress.org/plugins/tags/forms/)
   [messaging](https://ur.wordpress.org/plugins/tags/messaging/)[Notifications](https://ur.wordpress.org/plugins/tags/notifications/)
   [whatsapp](https://ur.wordpress.org/plugins/tags/whatsapp/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/beepmate/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/beepmate/reviews/)

## شراکت دار

 *   [ beepmateio ](https://profiles.wordpress.org/beepmateio/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/beepmate/)