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.
| Namespace | Robomotion.Mautic |
| Version | 1.1.0 |
| Category | Sales & Marketing, CRM |
| Nodes | 19 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Mautic and returns a Client ID. |
| Disconnect | Closes a Mautic connection. |
| Create Contact | Creates a contact in Mautic. |
| Update Contact | Updates a contact in Mautic. |
| Get Contact | Gets a contact in Mautic. |
| List Contacts | Lists contacts in Mautic. |
| Delete Contact | Deletes a contact in Mautic. |
| Send Email | Sends an email in Mautic. |
| Edit Points | Edit Points — see the properties below. |
| Edit DNC | Edit DNC — see the properties below. |
| Create Company | Creates a company in Mautic. |
| Get Company | Gets a company in Mautic. |
| List Companies | Lists companies in Mautic. |
| Delete Company | Deletes a company in Mautic. |
| Add to Segment | Adds a to segment in Mautic. |
| Remove from Segment | Removes a from segment in Mautic. |
| Add to Campaign | Adds a to campaign in Mautic. |
| Remove from Campaign | Removes a from campaign in Mautic. |
| Toolkit | Exposes 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.
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.