Transactional email service
Mailjet logo

Mailjet Integrations: Native, Zapier, and API

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.

At a glance

100
Listed integrations
Across 11 categories in the official directory
5
First-party CMS plugins
WordPress, Drupal, Joomla, TYPO3 and SPIP — built by Mailjet
7
Official SDKs
PHP, Node.js, Python, Ruby, Java, Go and C#/.NET

Integrations directory

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.

All
Native plugin
API-level
Zapier-brokered
CMS & commerce

CMS platforms (5)

E-commerce (4)

CRM & contact management (3)

Automation platforms (3)

Forms & surveys (2)

Finance & business operations (3)

Developer tools & data (2)

Marketing & communication (3)

Frequently asked questions

Does Mailjet have a WordPress plugin, and is it built by Mailjet?

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.

How do I connect Mailjet to WooCommerce or Shopify?

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.

Does Mailjet integrate with HubSpot and Salesforce natively or through Zapier?

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.

How many integrations does Mailjet have?

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.

Can I connect Mailjet to n8n or Make.com for self-hosted automation?

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.

How do I sync contacts between Mailjet and my CRM automatically?

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.

AAlaa Touil RRabeb How we test →

This review follows our email infrastructure testing methodology. We disclose affiliate relationships in our editorial independence policy.