Mautic
CRM & salesOAuth 2.0credential probe
Mautic marketing automation — contacts, companies, campaigns, segments and tags on your own instance (OAuth2 refresh-token grant).
OCNORA ships 41 typed Mautic operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Triggers 1
- EventStart a run when Mautic fires a webhook (contact created or updated, points changed, form submitted, email opened…).trigger.mautic_event
Operations 41
- Add Tags to ContactAdd one or more tags to a contact; Mautic carries tags as a field on the contact.mautic.add_contact_tags
- Add Contact to CampaignAdd a contact to a campaign so it starts at the campaign's first event.mautic.add_contact_to_campaign
- Add Contact to CompanyAttach a contact to a company as one of its people.mautic.add_contact_to_company
- Add Contact to SegmentAdd one contact to a segment.mautic.add_contact_to_segment
- Add Contacts to SegmentAdd many contacts to a segment in one call and report which ones Mautic took.mautic.add_contacts_to_segment
- Mark Do Not ContactAdd a do-not-contact flag on one channel so Mautic stops messaging.mautic.add_dnc
- Create Contacts (Batch)Create many contacts in one call and report the outcome of each one separately.mautic.batch_create_contacts
- Update Contacts (Batch)Update many contacts in one call and report the outcome of each one separately.mautic.batch_update_contacts
- Create CampaignCreate a campaign; Mautic requires a name and accepts any other field.mautic.create_campaign
- Create CompanyCreate a company; Mautic requires a name and accepts any other field.mautic.create_company
- Create ContactCreate a contact from an email address, a JSON object of field aliases, or both.mautic.create_contact
- Create SegmentCreate a segment; Mautic requires a name and accepts any other field.mautic.create_segment
- Create TagCreate a tag in the instance vocabulary before contacts are given it.mautic.create_tag
- Delete CampaignDelete a campaign from Mautic permanently.mautic.delete_campaign
- Delete CompanyDelete a company from Mautic permanently.mautic.delete_company
- Delete ContactDelete a contact from Mautic permanently.mautic.delete_contact
- Delete SegmentDelete a segment from Mautic permanently.mautic.delete_segment
- Delete TagDelete a tag from the instance vocabulary permanently.mautic.delete_tag
- Get CampaignRead one campaign by its Mautic id, including its event tree.mautic.get_campaign
- Get CompanyRead one company by its Mautic id.mautic.get_company
- Get ContactRead one contact by its Mautic id, with all of its fields.mautic.get_contact
- Get SegmentRead one segment by its Mautic id, including its filters.mautic.get_segment
- Get TagRead one tag by its Mautic id.mautic.get_tag
- List Campaign ContactsPage through the contacts currently in a campaign.mautic.list_campaign_contacts
- List CampaignsSearch and page the campaigns configured in Mautic.mautic.list_campaigns
- List CompaniesSearch and page the companies stored in Mautic.mautic.list_companies
- List a Contact's CampaignsList the campaigns a contact is currently a member of.mautic.list_contact_campaigns
- List a Contact's SegmentsList the segments a contact currently belongs to.mautic.list_contact_segments
- List ContactsSearch and page the Mautic contact database.mautic.list_contacts
- List SegmentsSearch and page the segments defined in Mautic.mautic.list_segments
- List TagsSearch and page the tag vocabulary this Mautic instance holds.mautic.list_tags
- Remove Contact from CampaignRemove a contact from a campaign so no further events fire for it.mautic.remove_contact_from_campaign
- Remove Contact from CompanyDetach a contact from a company without deleting either record.mautic.remove_contact_from_company
- Remove Contact from SegmentRemove one contact from a segment.mautic.remove_contact_from_segment
- Remove Tags from ContactRemove one or more tags from a contact without touching its other tags.mautic.remove_contact_tags
- Clear Do Not ContactRemove the do-not-contact flag for one channel on a contact.mautic.remove_dnc
- Update CampaignUpdate the named fields on an existing campaign, leaving the rest alone.mautic.update_campaign
- Update CompanyUpdate the named fields on an existing company, leaving the rest alone.mautic.update_company
- Update ContactUpdate the named fields on an existing contact, leaving the rest alone.mautic.update_contact
- Update SegmentUpdate the named fields on an existing segment, leaving the rest alone.mautic.update_segment
- Update TagRename a tag or change its description, keeping every assignment.mautic.update_tag
Run your first Mautic workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.