Mautic
Mautic integration on indie.money — manage contacts, companies, segments, campaigns, and emails
Written By Philippe
Last updated 29 days ago
Mautic
✅ Supported — Consume the Mautic API and react to Mautic events via webhooks.
Credential Setup
Mautic API (Basic credentials)
- URL — Your Mautic instance base URL (e.g.
https://name.mautic.net) - Username — Your Mautic account username
- Password — Your Mautic account password
Operations
The Mautic node groups operations by resource:
- Contact — Create, Update, Get, Get Many, Delete, Send Email, Edit Contact Points, Edit Do Not Contact List
- Company — Create, Update, Get, Get Many, Delete
- Company Contact — Add a contact to a company, Remove a contact from a company
- Contact Segment — Add a contact to a segment, Remove a contact from a segment
- Campaign Contact — Add a contact to a campaign, Remove a contact from a campaign
- Segment Email — Send an email to a segment
The Mautic Trigger node starts a workflow when selected Mautic events fire, delivered via a webhook with signature verification. You choose the event types to listen for and the order in which queued events are processed (ASC or DESC).
Limitations
- OAuth 2.0 not available — Mautic's sign-in address is derived from your own instance URL, so it differs for every account. Only Basic credentials (username + password) are supported. A workflow that selects OAuth2 is rejected when you publish it.
Compatibility
All operations supported.