
Moosend publishes 82 integrations across its official directory, of which 43 are native connectors and the remainder are Zapier tiles. The Zapier app is the widest surface: it reaches Zapier’s 9,000+ apps, and since Moosend is not a Zapier premium app those Zaps run on the free plan. Anything a prebuilt connector misses goes through the REST API v3 at https://api.moosend.com/v3, or through the account relay documented on the SMTP settings tab. The honest shape of the catalogue: strong on ecommerce carts, forms and list hygiene, thin on CRM and support.
The official directory at moosend.com/integrations lists 82 entries under three filters: All, Native and Via Zapier. The 43 native figure comes from the Native view; the remaining 39 or so tiles are Zapier bridges. Below are the 26 connectors most implementations need, tagged by how the connection is really made. ZAPIER means a third-party relay with its own task quota, not a first-party sync.
Moosend-authored WordPress plugin syncing customers and firing product-view, cart and purchase events for abandoned-cart flows.
Moosend mootracker module for customer sync and ecommerce event tracking; repo last updated July 2024.
Marketplace extension connecting OpenCart customers and orders to Moosend lists and workflows.
Moosend-authored add-on adding customer tracking and cart abandonment reminders to CS-Cart stores.
Adds ThriveCart purchasers to Moosend mailing lists at checkout, with no Zapier hop.
First-party WordPress plugin publishing Moosend-built landing pages under your own domain.
Community-maintained Drupal module exposing Moosend subscription forms and mailing list sync.
Moosend-built importer that pulls Salesforce contacts into a mailing list, one-way import, not a bi-directional sync.
Native recipient import path pulling contacts from a Google account into a Moosend list.
Twilio Segment destination streaming identify and track events into Moosend subscribers and custom fields.
Zapier bridge syncing HubSpot contacts to Moosend subscribers; no first-party connector exists.
Zapier bridge adding Pipedrive persons to Moosend lists as deals progress.
Popup and exit-intent builder that writes captured leads straight into Moosend lists.
Onsite campaign tool mapping OptiMonk form fields onto Moosend custom fields.
Personalised onsite offer widget that subscribes visitors to a Moosend list on submit.
WordPress lead-generation plugin connecting opt-in forms and lightboxes to Moosend.
Gutenberg form builder addon pushing WordPress form submissions to Moosend as subscribers.
Official Moosend app: New Subscriber, Updated Profile and New Unsubscriber triggers; Create Subscriber, Set Custom Field Value and Run Automation actions.
Visual multi-step scenarios against Moosend lists, subscribers and campaigns; listed in Moosend’s native directory.
Workflow automation with Moosend list and subscriber steps, documented by Moosend as a video walkthrough.
Bulk verification that cleans a Moosend list in place, with no export and re-import.
Email validation connecting directly to Moosend lists to strip invalid addresses pre-send.
Zapier bridge syncing Intercom users and leads into Moosend audiences.
Zapier bridge creating or updating Moosend subscribers from Zendesk tickets and end users.
Direct REST access at https://api.moosend.com/v3 for anything the prebuilt connectors do not cover.
Account-level relay on smtp.mailendo.com port 587, enabled under More › Settings › Direct SMTP.
The three routes are not interchangeable. A NATIVE ecommerce connector also loads the Moosend tracking script, so product-view, cart and purchase events reach automations, a Zapier bridge cannot reproduce that, because it carries records, not browsing events. A ZAPIER tile adds a second vendor to the failure path plus its own task quota and polling interval: right for low-volume CRM and support syncs, wrong for a high-frequency subscriber feed. Only the API route gives you control over batching, which matters because bulk import via POST subscribe_many is capped at 2 calls per 10 seconds against 10 calls per 10 seconds for single subscribe. One structural caveat before you design around callbacks: Moosend’s webhooks exist only as a “post a webhook” action inside an automation, with no endpoint to register subscriptions, no published catalogue of delivery events such as bounce or complaint, and no documented signature scheme. Buyers who need first-class event webhooks should weigh Brevo or GetResponse on that axis specifically.
Moosend lists its relay as a directory entry rather than burying it as a setting. It is enabled per account under More › Settings › Direct SMTP and authenticates with your Moosend account login credentials, there is no separate SMTP-only credential to provision, unlike a transactional-first provider such as MailerLite. Sub-accounts carry the Moosend domain prefix in the username, in the form myaccount\username, and need a sub-account password created first. Two facts govern any integration that sends through Moosend rather than merely syncing contacts: the encrypted submission path is smtp.mailendo.com on port 587 with STARTTLS, ports 465 and 25000 having been retired on October 1, 2025; and POST /campaigns/transactional/send is capped at 6 calls per second, the number to size queue concurrency against. Full DNS records and setup steps live on the SMTP settings tab.
The official directory lists 82 entries, of which 43 are native and the rest are Zapier bridges. The native side is strongest in ecommerce, forms and popups, email verification and no-code automation. CRM, support and advertising are mostly served through Zapier.
Install the Moosend-authored plugin from the WordPress directory and paste your API key from More › Settings › API key. It syncs WooCommerce customers into a mailing list and installs the tracking script that emits product-view, add-to-cart and purchase events. A Zapier bridge carries the records but not those events, so use the plugin if cart recovery is the goal.
Not natively. Moosend’s native directory covers WooCommerce, Magento, OpenCart, CS-Cart, Zen Cart and ThriveCart but lists no first-party Shopify connector as of August 2026. Shopify stores connect through Zapier or the REST API v3, which moves order and customer records but leaves the onsite tracking events unwired.
Add the Moosend app in Zapier and authenticate with the API key from More › Settings › API key. Triggers: New Subscriber, Updated Profile, New Unsubscriber. Actions: Create Subscriber, Set Custom Field Value, Unsubscribe Member, Run Automation. Moosend is not a premium Zapier app, so these Zaps run on the free plan.
Salesforce has a Moosend-built plugin, but it is a one-way contact importer: it pulls Salesforce contacts into a mailing list and writes no engagement back to CRM records. HubSpot has no native connector and is reached through Zapier. If a two-way CRM sync is a requirement, this is the weakest part of the catalogue and worth testing before committing.
Moosend ships a Mailchimp Synchronizer that imports Mailchimp campaigns and mailing lists directly. It carries no sending reputation, so warm the new domain gradually, and it does not migrate DNS. Budget time for DNS: Moosend validates SPF, DKIM and DMARC together in one pass, so a missing _dmarc record blocks sender verification even when SPF and DKIM are correct. See Mailchimp for the export side and the SMTP settings tab for the records.
This review follows our email infrastructure testing methodology. We disclose affiliate relationships in our editorial independence policy.