Title: Email Machine
Author: emailmachine
Published: <strong>2026年7月1日</strong>
Last modified: 2026年9月7日

---

プラグインを検索

![](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.1.zip)

 * [詳細](https://ja.wordpress.org/plugins/email-machine/#description)
 * [レビュー](https://ja.wordpress.org/plugins/email-machine/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/email-machine/#installation)
 * [開発](https://ja.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
 * Icegram Express 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

## FAQ

### 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/browser/email-machine/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/email-machine/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/email-machine/)を [RSS](https://plugins.trac.wordpress.org/log/email-machine/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.1

Icegram Express integration

#### 1.0.0

Initial version of plugin

## メタ

 *  バージョン **1.0.0**
 *  最終更新日 **2週間前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 6.7またはそれ以降 **
 *  検証済み最新バージョン: **7.1.2**
 *  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://ja.wordpress.org/plugins/tags/email/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/email-machine/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](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/)