Title: Email Machine
Author: emailmachine
Published: <strong>जुलाई 1, 2026</strong>
Last modified: जुलाई 1, 2026

---

प्लगिनहरू खोज्नुहोस्

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

![](https://ps.w.org/email-machine/assets/icon.svg?rev=3592217)

# Email Machine

 [emailmachine](https://profiles.wordpress.org/emailmachine/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/email-machine.1.0.0.zip)

 * [विवरण](https://ne.wordpress.org/plugins/email-machine/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/email-machine/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/email-machine/#installation)
 * [विकास](https://ne.wordpress.org/plugins/email-machine/#developers)

 [सहायता](https://wordpress.org/support/plugin/email-machine/)

## विवरण

This plugin connects to the Email Machine API to synchronize data from your WordPress
site. It can transfer WordPress users, WooCommerce customers, and Contact Form 7
submissions to the Email Machine platform for email marketing and automation purposes.

It sends user data whenever synchronization occurs (can be setup as manual sync 
or automatic sync whenever new contact is added). The email field is required for
all records. Additional fields can be optionally mapped and sent based on your configuration
settings.

Supports:

 * WordPress users
 * Woocommerce customers
 * Contact Form 7 submissions
 * Implement your own using provided hooks

#### Available filters

**emaima_contact_data**

    ```
    $filtered_data = apply_filters('emaima_contact_data', [
                'ID' => $this->ID,
                'email' => $this->email,
                'source' => $this->source,
                'source_ID' => $this->source_ID,
                'source_note' => $this->source_note,
                'created_at' => $this->created_at,
                'synced_at' => $this->synced_at,
                'sync' => $this->sync,
                'fields' => $this->fields
            ], $this);
    ```

You can manipulate the contact data with this filter.

#### Available hooks

**emaima_before_save_contact**

**emaima_after_save_contact**

**emaima_before_sync_contact**

**emaima_after_sync_contact**

**emaima_before_unsync_contact**

**emaima_after_unsync_contact**

These are self explanatory, you can run your own code in these actions.

#### Available actions

**emaima_create_contact**

You can add contact with this action. Default data are:

    ```
    $contact_data = [
                'email' => 'john@doe.com', // email, required
                'source' => 'my_table', // name of the source (table in db, or other), 'custom' if empty
                'source_ID' => 3, // ID of the source, mostly ID of row in the db
                'source_note' => '', // note
                'fields' => [] // contact fields, array of key => value pairs
    ];
    ```

#### External services

This plugin uses a third party service “Email Machine” (endpoint: [app.emailmachine.cz](https://app.emailmachine.cz/api/v1/):
[Terms and Conditions](https://email-machine.com/terms-and-conditions/), [Privacy Policy](https://email-machine.com/privacy-policy/).

## स्क्रिनसटहरू

[⌊Settings page⌉⌊Settings page⌉[

Settings page

[⌊Contacts page⌉⌊Contacts page⌉[

Contacts page

[⌊Log page⌉⌊Log page⌉[

Log page

[⌊Contact Form 7 integration⌉⌊Contact Form 7 integration⌉[

Contact Form 7 integration

## स्थापना

 1. Upload `email-machine` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Insert API key in the plugins settings page
 4. Choose EmailMachine list to synchronize to
 5. Optionally pair additional attributes in Settings page or Contact Form 7 pages

## प्रश्नोत्तर

### Where do I get EmailMachine API key?

Register with EmailMachine [here](https://emailmachine.cz/registrace/). You can 
then get API key in the
 settings portion of the app.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“Email Machine” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका
छन्।

योगदानकर्ताहरू

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

“Email Machine” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि [अनुवादकहरू](https://translate.wordpress.org/projects/wp-plugins/email-machine/contributors)
लाई धन्यवाद।

[“Email Machine” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/email-machine)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/email-machine/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/email-machine/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/email-machine/) हेर्नुहोस्, 
वा [विकास लग](https://plugins.trac.wordpress.org/log/email-machine/) को सदस्यता 
लिनुहोस्।

## चेन्जलग

#### 1.0.0

Initial version of plugin

## मेटा

 *  संस्करण **1.0.0**
 *  पछिल्लो अपडेट **2 महिना अघि**
 *  सक्रिय स्थापना **१० भन्दा कम**
 *  वर्डप्रेस संस्करण ** 6.7 वा उच्च **
 *  जाँच गरिएको **7.0.4**
 *  PHP संस्करण ** 7.4 वा उच्च **
 *  भाषाहरू
 * [Czech](https://cs.wordpress.org/plugins/email-machine/) र [English (US)](https://wordpress.org/plugins/email-machine/).
 *  [आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/email-machine)
 * ट्याग
 * [email](https://ne.wordpress.org/plugins/tags/email/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/email-machine/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[तपाईँको समीक्षा](https://wordpress.org/support/plugin/email-machine/reviews/#new-post)

[सबै समीक्षाहरू हेर्नुहोस्](https://wordpress.org/support/plugin/email-machine/reviews/)

## योगदानकर्ताहरू

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

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/email-machine/)