Integrations¶
Connect MailJawn to your apps and workflows. Whether you're building an iOS app, scripting with the REST API, using AI assistants, or wiring up automation tools — there's an integration path for you.
Choose Your Integration¶
| Integration | Best For | Auth Required | Real-Time |
|---|---|---|---|
| Swift SDK | iOS and macOS apps | API key (embedded) | Yes |
| REST API | Server-side scripts, custom integrations | API key (Bearer token) | Yes |
| MCP / AI Tools | Claude Desktop, AI agents | API key (Bearer token) | Yes |
| Webhooks | Zapier, n8n, Make.com, signup forms | Varies | Yes |
When to Use Which¶
Building a mobile app? Start with the Swift SDK. It handles device metadata, secure key storage, and network retries for you. One line of code to add a subscriber.
Writing server-side code or scripts? Use the REST API. It gives you full control over subscribers, events, and assets with standard HTTP requests.
Working with an AI assistant? Connect MailJawn as an MCP server. Your AI agent can draft emails, manage subscribers, check analytics, and schedule campaigns — all through natural language.
Connecting automation tools? The Webhooks page covers signup forms (no auth needed), plus patterns for Zapier, n8n, and Make.com using the REST API.
Getting Started¶
All integrations (except public signup forms) require an API key. If you don't have one yet:
- Go to Dashboard > API Keys
- Create a key with the appropriate scope bundle
- Copy the key immediately — it's only shown once
See Account > API Keys for details on creating and managing keys.