{"id":287206,"date":"2026-07-01T07:07:22","date_gmt":"2026-07-01T07:07:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/email-machine\/"},"modified":"2026-07-01T07:07:05","modified_gmt":"2026-07-01T07:07:05","slug":"email-machine","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/email-machine\/","author":23388581,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0","requires":"6.7","requires_php":"7.4","requires_plugins":null,"header_name":"Email Machine","header_author":"Email Machine","header_description":"Synchronization of WordPress data to Email Machine.","assets_banners_color":"c5c1b5","last_updated":"2026-07-01 07:07:05","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/emailmachine.cz\/","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":36,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"emailmachine","date":"2026-07-01 07:07:05"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3592217,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3592217,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256},"icon.svg":{"filename":"icon.svg","revision":3592217,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3592217,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3592217,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3592217,"resolution":"1","location":"assets","locale":"","width":2400,"height":1800},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3592217,"resolution":"2","location":"assets","locale":"","width":2400,"height":1800},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3592217,"resolution":"3","location":"assets","locale":"","width":2400,"height":1800},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3592217,"resolution":"4","location":"assets","locale":"","width":2400,"height":1800}},"screenshots":{"1":"Settings page","2":"Contacts page","3":"Log page","4":"Contact Form 7 integration"}},"plugin_section":[],"plugin_tags":[267,269683],"plugin_category":[41],"plugin_contributors":[269684,269685],"plugin_business_model":[],"class_list":["post-287206","plugin","type-plugin","status-publish","hentry","plugin_tags-email","plugin_tags-emailmachine","plugin_category-communication","plugin_contributors-emailmachine","plugin_contributors-ktropp","plugin_committers-emailmachine"],"banners":{"banner":"https:\/\/ps.w.org\/email-machine\/assets\/banner-772x250.png?rev=3592217","banner_2x":"https:\/\/ps.w.org\/email-machine\/assets\/banner-1544x500.png?rev=3592217","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/email-machine\/assets\/icon.svg?rev=3592217","icon":"https:\/\/ps.w.org\/email-machine\/assets\/icon.svg?rev=3592217","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/email-machine\/assets\/screenshot-1.png?rev=3592217","caption":"Settings page"},{"src":"https:\/\/ps.w.org\/email-machine\/assets\/screenshot-2.png?rev=3592217","caption":"Contacts page"},{"src":"https:\/\/ps.w.org\/email-machine\/assets\/screenshot-3.png?rev=3592217","caption":"Log page"},{"src":"https:\/\/ps.w.org\/email-machine\/assets\/screenshot-4.png?rev=3592217","caption":"Contact Form 7 integration"}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>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.<\/p>\n\n<p>Supports:<\/p>\n\n<ul>\n<li>WordPress users<\/li>\n<li>Woocommerce customers<\/li>\n<li>Contact Form 7 submissions<\/li>\n<li>Implement your own using provided hooks<\/li>\n<\/ul>\n\n<h4>Available filters<\/h4>\n\n<p><strong>emaima_contact_data<\/strong><\/p>\n\n<pre><code>$filtered_data = apply_filters('emaima_contact_data', [\n            'ID' =&gt; $this-&gt;ID,\n            'email' =&gt; $this-&gt;email,\n            'source' =&gt; $this-&gt;source,\n            'source_ID' =&gt; $this-&gt;source_ID,\n            'source_note' =&gt; $this-&gt;source_note,\n            'created_at' =&gt; $this-&gt;created_at,\n            'synced_at' =&gt; $this-&gt;synced_at,\n            'sync' =&gt; $this-&gt;sync,\n            'fields' =&gt; $this-&gt;fields\n        ], $this);\n<\/code><\/pre>\n\n<p>You can manipulate the contact data with this filter.<\/p>\n\n<h4>Available hooks<\/h4>\n\n<p><strong>emaima_before_save_contact<\/strong><\/p>\n\n<p><strong>emaima_after_save_contact<\/strong><\/p>\n\n<p><strong>emaima_before_sync_contact<\/strong><\/p>\n\n<p><strong>emaima_after_sync_contact<\/strong><\/p>\n\n<p><strong>emaima_before_unsync_contact<\/strong><\/p>\n\n<p><strong>emaima_after_unsync_contact<\/strong><\/p>\n\n<p>These are self explanatory, you can run your own code in these actions.<\/p>\n\n<h4>Available actions<\/h4>\n\n<p><strong>emaima_create_contact<\/strong><\/p>\n\n<p>You can add contact with this action. Default data are:<\/p>\n\n<pre><code>$contact_data = [\n            'email' =&gt; 'john@doe.com', \/\/ email, required\n            'source' =&gt; 'my_table', \/\/ name of the source (table in db, or other), 'custom' if empty\n            'source_ID' =&gt; 3, \/\/ ID of the source, mostly ID of row in the db\n            'source_note' =&gt; '', \/\/ note\n            'fields' =&gt; [] \/\/ contact fields, array of key =&gt; value pairs\n];\n<\/code><\/pre>\n\n<h4>External services<\/h4>\n\n<p>This plugin uses a third party service \"Email Machine\" (endpoint: <a href=\"https:\/\/app.emailmachine.cz\/api\/v1\/\">app.emailmachine.cz<\/a>: <a href=\"https:\/\/email-machine.com\/terms-and-conditions\/\">Terms and Conditions<\/a>, <a href=\"https:\/\/email-machine.com\/privacy-policy\/\">Privacy Policy<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>email-machine<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Insert API key in the plugins settings page<\/li>\n<li>Choose EmailMachine list to synchronize to<\/li>\n<li>Optionally pair additional attributes in Settings page or Contact Form 7 pages<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20get%20emailmachine%20api%20key%3F\"><h3>Where do I get EmailMachine API key?<\/h3><\/dt>\n<dd><p>Register with EmailMachine <a href=\"https:\/\/emailmachine.cz\/registrace\/\" title=\"Registration page\">here<\/a>. You can then get API key in the\nsettings portion of the app.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<p>Initial version of plugin<\/p>","raw_excerpt":"Synchronize contacts with EmailMachine API. Supports WordPress users, Woocommerce customers and Contact Form 7 submissions.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/287206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=287206"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/emailmachine"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=287206"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=287206"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=287206"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=287206"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=287206"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=287206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}