Mailjet lists 100 integrations across 11 categories in its official directory, ships 7 official SDKs, and writes 5 CMS plugins itself — WordPress, Drupal, Joomla, TYPO3 and SPIP. That mix is the honest signal about what Mailjet is: a European ESP whose deepest first-party work sits in open-source CMS and e-commerce territory, while most CRM and SaaS entries resolve to a Zapier or other iPaaS connector rather than a package Mailjet maintains. Mailjet publishes no Zap count and no API-integration count, so read the directory as a catalogue of connection paths.
Two universal paths are always open regardless of the catalogue: the SMTP relay at in-v3.mailjet.com on port 587 (STARTTLS) or 465 (SSL), and the REST plus Send API. Both authenticate with the same pair — your Mailjet API Key as username, the Secret Key as password — so anything that speaks SMTP or HTTP integrates without waiting for a listed connector. Full transport detail sits on the SMTP settings tab.
The official Mailjet directory groups 100 entries into 11 categories, but it does not label them native, connector-brokered or API-level in any machine-readable way. The tags below come from each integration page’s own wording: pages that say "by using Zapier" (Shopify, Monday.com, Microsoft Dynamics) are tagged ZAPIER, as is Salesforce, whose page directs you to "one of our iPaaS partners". Pages where Mailjet names itself as developer, or describes a direct app-to-app connection, are tagged NATIVE. The rest call the Mailjet API and are tagged API.
Check the tag before you scope the work. NATIVE means installable code with a settings screen. ZAPIER means you operate and pay for a Zapier account alongside Mailjet, inheriting its task limits and latency. API means someone on your side writes and maintains the glue. That mix is normal for a mid-market ESP — Brevo and SendGrid carry a similar ratio — and a different shape from developer-first platforms like Postmark or MailerSend, where the API is the integration surface.
Mailjet-authored plugin adding subscription widgets, contact sync and campaign management in wp-admin, and routing wp_mail() through Mailjet.
Mailjet-maintained module covering Drupal 7.x and 8.x for sending and subscriber management.
First-party extension in the same Mailjet-maintained CMS family, handling newsletter sending and contact capture.
Extension for the TYPO3 enterprise CMS — a German-market staple that reflects Mailjet’s European footprint.
Plugin for SPIP, the French open-source publishing CMS — an integration almost no non-European ESP carries.
First-party extension bundled with the Mailjet WordPress plugin line; syncs customers and order events into contact lists.
Mailjet-authored newsletter module for creating, sending and tracking email and sales inside PrestaShop.
Mailjet’s own page says new orders, products and customers reach Mailjet by using Zapier — there is no app-store listing to install.
Syncs BigCommerce customers and order events into Mailjet contact lists through an iPaaS connector.
Direct sync between Mailjet and HubSpot for emailing CRM contacts and building workflows that span both tools.
No native managed package: Mailjet’s page points you to its iPaaS partners, naming Zapier and Cloud Elements. Budget for that layer.
Connector-based sync between Pipedrive deals and people and Mailjet contact lists.
Moves data both ways between Mailjet and thousands of SaaS apps without code, and quietly underpins many other directory entries.
Visual scenario builder with a Mailjet module for multi-step contact and send automations, driven off the REST API.
Self-hostable open-source workflow automation with a Mailjet node — the usual pick when EU data residency rules out hosted iPaaS.
Adds Typeform respondents straight into Mailjet contact lists on submission.
Feeds WordPress Gravity Forms submissions into Mailjet lists, complementing the native WordPress plugin.
Triggers Mailjet receipts, dunning and lifecycle email from Stripe payment and subscription events.
Routes billing and client-area email from the WHMCS hosting automation platform through Mailjet, typically over the SMTP relay.
Connects the Odoo open-source ERP suite to Mailjet for outbound business and transactional email.
Mailjet is a listed Google Cloud email-sending partner with its own GCP guide for sending and tracking from Cloud workloads.
Direct app-to-app connection, not brokered through Zapier, sharing contact data across your Segment-connected stack.
Sister Sinch product, formerly MessageMedia, adding SMS, MMS, RCS and WhatsApp alongside Mailjet email.
Brings Canva-designed graphics into Mailjet templates and landing pages without a manual export round trip.
Pushes Mailjet campaign and delivery events into Slack channels so bounces surface without opening the dashboard.
Yes to both. Mailjet for WordPress is authored and maintained by Mailjet itself — the integration page names Mailjet as the developer. It adds subscription widgets, contact sync and campaign management inside wp-admin, and redirects WordPress’s own wp_mail() through Mailjet, so password resets and comment notifications stop leaving via your host’s mail server. WooCommerce support ships in the same line. If you would rather not run another plugin, point any generic SMTP plugin at in-v3.mailjet.com on port 587 instead.
They are not equivalent. WooCommerce is covered by Mailjet’s own extension, bundled with the WordPress plugin family, which syncs customers and order events into contact lists directly. Shopify is not: Mailjet’s page states that new orders, products and customers reach Mailjet by using Zapier. There is no Mailjet app in the Shopify app store, so a Shopify build means a Zapier account, its task quota and its latency — or writing against the API yourself.
HubSpot is the direct one: it syncs Mailjet and HubSpot automatically so you can email CRM contacts and build workflows across both. Salesforce is not. Mailjet’s page says to use "one of our iPaaS partners listed below", naming Zapier and Cloud Elements — there is no Mailjet-maintained managed package on AppExchange. If Salesforce is your system of record and you need field-level bidirectional sync, price that iPaaS layer in first.
The official directory lists 100 integrations across 11 categories, spanning analytics and data, automation, CMS, communication, contact management, CRM, developer tools, e-commerce, finance and operations, forms and surveys, and marketing tools. Only a minority of those 100 are code Mailjet writes: the CMS and e-commerce plugins are genuinely first-party, while many CRM and SaaS entries resolve to a Zapier or other iPaaS connector. Mailjet publishes no Zap count and no API-integration count, so any larger headline number you see elsewhere is inferred, not official.
Both are listed, and both drive the Mailjet REST API rather than a proprietary bridge. n8n matters most for EU-compliance buyers: you can self-host it and keep the orchestration layer in your own infrastructure, which pairs with Mailjet storing data exclusively in EU data centres in Frankfurt and Saint-Ghislain. Make.com is the hosted visual alternative. Both authenticate with your API Key and Secret Key, the same pair the SMTP relay uses.
Three routes, in ascending order of effort and control. First, a listed connector (Zapier, Make.com, n8n) if your CRM is in the directory — fastest to stand up, slowest at volume. Second, the bulk endpoint POST /v3/REST/contact/managemanycontacts, which creates or updates many contacts asynchronously and returns a job reference to poll. Third, event-driven sync: register an Event API callback so opens, clicks, bounces and unsubscribes flow back into the CRM. One structural caveat — each Mailjet API key is a separate contact database, and contacts and lists are not shared between API keys, including the main one. Settle your key topology before you load data; there is no merge operation afterwards.
This review follows our email infrastructure testing methodology. We disclose affiliate relationships in our editorial independence policy.