Skip to main content

Mautic

Integrates with the Mautic open-source marketing automation platform via its REST API. Provides full CRUD for contacts and companies, email sending with template token replacements, contact point scoring (add/subtract), Do Not Contact (DNC) list management for email and SMS channels, segment membership management (add/remove contacts), and campaign membership management (add/remove contacts). Authenticates via HTTP Basic Auth against a self-hosted Mautic instance. Connect node is optional — nodes can use credentials directly.

NamespaceRobomotion.Mautic
Version1.1.0
CategorySales & Marketing, CRM
Nodes19

Nodes

NodeDescription
ConnectOpens a connection to Mautic and returns a Client ID.
DisconnectCloses a Mautic connection.
Create ContactCreates a contact in Mautic.
Update ContactUpdates a contact in Mautic.
Get ContactGets a contact in Mautic.
List ContactsLists contacts in Mautic.
Delete ContactDeletes a contact in Mautic.
Send EmailSends an email in Mautic.
Edit PointsEdit Points — see the properties below.
Edit DNCEdit DNC — see the properties below.
Create CompanyCreates a company in Mautic.
Get CompanyGets a company in Mautic.
List CompaniesLists companies in Mautic.
Delete CompanyDeletes a company in Mautic.
Add to SegmentAdds a to segment in Mautic.
Remove from SegmentRemoves a from segment in Mautic.
Add to CampaignAdds a to campaign in Mautic.
Remove from CampaignRemoves a from campaign in Mautic.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

18 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Contact, Update Contact, Get Contact, List Contacts, Delete Contact, Send Email, Edit Points, Edit DNC, Create Company, Get Company, List Companies, Delete Company, Add to Segment, Remove from Segment, Add to Campaign, Remove from Campaign.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.