OCNORA

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

  • Event
    Start 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 Contact
    Add one or more tags to a contact; Mautic carries tags as a field on the contact.
    mautic.add_contact_tags
  • Add Contact to Campaign
    Add a contact to a campaign so it starts at the campaign's first event.
    mautic.add_contact_to_campaign
  • Add Contact to Company
    Attach a contact to a company as one of its people.
    mautic.add_contact_to_company
  • Add Contact to Segment
    Add one contact to a segment.
    mautic.add_contact_to_segment
  • Add Contacts to Segment
    Add many contacts to a segment in one call and report which ones Mautic took.
    mautic.add_contacts_to_segment
  • Mark Do Not Contact
    Add 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 Campaign
    Create a campaign; Mautic requires a name and accepts any other field.
    mautic.create_campaign
  • Create Company
    Create a company; Mautic requires a name and accepts any other field.
    mautic.create_company
  • Create Contact
    Create a contact from an email address, a JSON object of field aliases, or both.
    mautic.create_contact
  • Create Segment
    Create a segment; Mautic requires a name and accepts any other field.
    mautic.create_segment
  • Create Tag
    Create a tag in the instance vocabulary before contacts are given it.
    mautic.create_tag
  • Delete Campaign
    Delete a campaign from Mautic permanently.
    mautic.delete_campaign
  • Delete Company
    Delete a company from Mautic permanently.
    mautic.delete_company
  • Delete Contact
    Delete a contact from Mautic permanently.
    mautic.delete_contact
  • Delete Segment
    Delete a segment from Mautic permanently.
    mautic.delete_segment
  • Delete Tag
    Delete a tag from the instance vocabulary permanently.
    mautic.delete_tag
  • Get Campaign
    Read one campaign by its Mautic id, including its event tree.
    mautic.get_campaign
  • Get Company
    Read one company by its Mautic id.
    mautic.get_company
  • Get Contact
    Read one contact by its Mautic id, with all of its fields.
    mautic.get_contact
  • Get Segment
    Read one segment by its Mautic id, including its filters.
    mautic.get_segment
  • Get Tag
    Read one tag by its Mautic id.
    mautic.get_tag
  • List Campaign Contacts
    Page through the contacts currently in a campaign.
    mautic.list_campaign_contacts
  • List Campaigns
    Search and page the campaigns configured in Mautic.
    mautic.list_campaigns
  • List Companies
    Search and page the companies stored in Mautic.
    mautic.list_companies
  • List a Contact's Campaigns
    List the campaigns a contact is currently a member of.
    mautic.list_contact_campaigns
  • List a Contact's Segments
    List the segments a contact currently belongs to.
    mautic.list_contact_segments
  • List Contacts
    Search and page the Mautic contact database.
    mautic.list_contacts
  • List Segments
    Search and page the segments defined in Mautic.
    mautic.list_segments
  • List Tags
    Search and page the tag vocabulary this Mautic instance holds.
    mautic.list_tags
  • Remove Contact from Campaign
    Remove a contact from a campaign so no further events fire for it.
    mautic.remove_contact_from_campaign
  • Remove Contact from Company
    Detach a contact from a company without deleting either record.
    mautic.remove_contact_from_company
  • Remove Contact from Segment
    Remove one contact from a segment.
    mautic.remove_contact_from_segment
  • Remove Tags from Contact
    Remove one or more tags from a contact without touching its other tags.
    mautic.remove_contact_tags
  • Clear Do Not Contact
    Remove the do-not-contact flag for one channel on a contact.
    mautic.remove_dnc
  • Update Campaign
    Update the named fields on an existing campaign, leaving the rest alone.
    mautic.update_campaign
  • Update Company
    Update the named fields on an existing company, leaving the rest alone.
    mautic.update_company
  • Update Contact
    Update the named fields on an existing contact, leaving the rest alone.
    mautic.update_contact
  • Update Segment
    Update the named fields on an existing segment, leaving the rest alone.
    mautic.update_segment
  • Update Tag
    Rename 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.