Title: Sync Mautic
Author: Dog Byte Marketing
Published: <strong>2024年10月31日</strong>
Last modified: 2026年1月27日

---

プラグインを検索

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

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

# Sync Mautic

 作者: [Dog Byte Marketing](https://profiles.wordpress.org/dogbytemarketing/)

[ダウンロード](https://downloads.wordpress.org/plugin/sync-mautic.1.0.8.zip)

 * [詳細](https://ja.wordpress.org/plugins/sync-mautic/#description)
 * [レビュー](https://ja.wordpress.org/plugins/sync-mautic/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/sync-mautic/#installation)
 * [開発](https://ja.wordpress.org/plugins/sync-mautic/#developers)

 [サポート](https://wordpress.org/support/plugin/sync-mautic/)

## 説明

Mautic is an excellent Open Source Email and SMS marketing tool, but it lacks the
ability to see what your contacts have purchased or if they came from your website.
Sync Mautic works with WordPress to tag those subscribed via your website and also
with WooCommerce so that when a customer completes an order and they are subscribed
as a contact, it will automatically tag them with the products, categories, and 
brands they have purchased. Our plugin also provides an endpoint you can hook into
for OptinMonster to collect leads, but if you don’t use OptinMonster we provided
a [mautic_form] shortcode to use which will inject a form that links to your Mautic
instance.

Features:

 * Supports WordPress
 * Supports WooCommerce
 * [NEW] Supports tracking eCommerce revenue using our [eCommerce Connector for Mautic](https://www.dogbytemarketing.com/shop/ecommerce-connector-for-mautic/)
 * Supports OptinMonster using /wp-json/sync-mautic/v1/optinmonster
 * Supports adding leads using /wp-json/sync-mautic/v1/add-lead
 * Adds [mautic_form] shortcode to give an email signup. You can use the tag attribute
   to add tags in Mautic [mautic_form tag=”Tag 1, Tag 2″]
 * Adds a checkbox to WooCommerce checkout to subscribe to newsletter
 * Tag users of your website in Mautic
 * Tag customers of your store in Mautic
 * Tag subscribed contacts with products they purchase
 * Tag subscribed contacts with categories they have purchased from
 * Tag subscribed contacts with brands they have purchased from

## スクリーンショット

 * [[
 * Plugin Settings

## インストール

 1. Backup WordPress
 2. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugins screen directly.
 3. Activate the plugin through the ‘Plugins’ screen in WordPress
 4. Use the Mautic>Sync Mautic page to configure the plugin

## 評価

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

### 󠀁[Simple and effective](https://wordpress.org/support/topic/simple-and-effective-1616/)󠁿

 [kbekus](https://profiles.wordpress.org/kbekus/) 2025年3月10日 1 reply

Great plugin… adds WooCommerce customers to my Mautic environment automatically 
whilst tagging them with their purchases. Great when I want to send a targeted campaign
about a specific product update.

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

### 󠀁[Easy to use and effective](https://wordpress.org/support/topic/easy-to-use-and-effective-74/)󠁿

 [alecsdh](https://profiles.wordpress.org/alecsdh/) 2024年11月4日

This was a really easy to use and effective plugin that solved a lot of our issues.
Highly recommended!

 [ 2件のレビューをすべて表示 ](https://wordpress.org/support/plugin/sync-mautic/reviews/)

## 貢献者と開発者

Sync Mautic はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献し
ています。

貢献者

 *   [ Dog Byte Marketing ](https://profiles.wordpress.org/dogbytemarketing/)
 *   [ Poly Plugins ](https://profiles.wordpress.org/polyplugins/)

“Sync Mautic” は1ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/sync-mautic/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Sync Mautic” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/sync-mautic)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/sync-mautic/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/sync-mautic/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/sync-mautic/)
を [RSS](https://plugins.trac.wordpress.org/log/sync-mautic/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.8

 * Added: eCommerce tracking support to Mautic 7 using our [eCommerce Connector for Mautic](https://www.dogbytemarketing.com/shop/ecommerce-connector-for-mautic/)
 * Updated: Logging to use filesystem instead of depending on WooCommerce

#### 1.0.7

 * Updated: Documentation in the settings panel for configuring the Mautic API

#### 1.0.6

 * Updated: Shortcode to be able to use tag or tags.

#### 1.0.5

 * Added: Ability to add multiple tags using [mautic_form tag=”Tag 1, Tag 2″] shortcode.
 * Added: API connection test when saving Sync Mautic settings, which will trigger
   an error if it fails to connect.
 * Added: Order meta to track if the customer signed up for the newsletter.
 * Added: Additional error logging.
 * Bugfix: After updating settings, it will pass the old token until cache expires.
   Saving settings will now clear the cache.
 * Bugfix: After the token expires, it fails to clear cache the first time it attempts
   to connect.

#### 1.0.4

 * Added: Additional debugging to checkout lead
 * Removed: WooCommerce init method

#### 1.0.3

 * Added: Old rest routes for those previously on the beta
 * Updated: Handling for beta compatibility

#### 1.0.2

 * Bugfix: Empty tag added into Mautic when the shortcode’s tag attribute was empty.
 * Added: Beta compatibility check for shortcode so previous beta users do not need
   to update their shortcode.

#### 1.0.1

 * Bugfix: Saving Settings

#### 1.0.0

 * Initial Release

## メタ

 *  バージョン **1.0.8**
 *  最終更新日 **4か月前**
 *  有効インストール数 **80+**
 *  WordPress バージョン ** 6.6.2またはそれ以降 **
 *  検証済み最新バージョン: **6.9.4**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [Dutch](https://nl.wordpress.org/plugins/sync-mautic/)、[English (US)](https://wordpress.org/plugins/sync-mautic/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/sync-mautic)
 * タグ
 * [email](https://ja.wordpress.org/plugins/tags/email/)[Email Marketing](https://ja.wordpress.org/plugins/tags/email-marketing/)
   [marketing](https://ja.wordpress.org/plugins/tags/marketing/)[mautic](https://ja.wordpress.org/plugins/tags/mautic/)
   [sync](https://ja.wordpress.org/plugins/tags/sync/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/sync-mautic/advanced/)

## 評価

 5つ星中5つ星

 *  [  2 5-星レビュー     ](https://wordpress.org/support/plugin/sync-mautic/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/sync-mautic/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/sync-mautic/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/sync-mautic/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/sync-mautic/reviews/?filter=1)

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/sync-mautic/reviews/)

## 貢献者

 *   [ Dog Byte Marketing ](https://profiles.wordpress.org/dogbytemarketing/)
 *   [ Poly Plugins ](https://profiles.wordpress.org/polyplugins/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/sync-mautic/)