Mautic
JSON →Integrates with the Mautic marketing automation platform.
Tools · 61
- create_contact Create new contacts with custom fields
- update_contact Update existing contact information
- get_contact Retrieve contact details by ID or email
- search_contacts Search contacts with filters and pagination
- delete_contact Remove contacts from Mautic
- add_contact_to_segment Add contacts to specific segments
- list_campaigns Get all campaigns with status and statistics
- get_campaign Get detailed campaign information
- create_campaign Create new campaigns
- add_contact_to_campaign Add contacts to campaigns
- create_campaign_with_automation Create campaigns with full event automation
- execute_campaign Manually execute/trigger campaigns
- get_campaign_contacts Get contacts in a campaign with their status
- clone_campaign Clone an existing campaign (Mautic 7)
- export_campaign Export campaign data with assets (Mautic 7)
- import_campaign Import campaign from JSON data (Mautic 7)
- get_campaign_event_details Campaign event metrics (Mautic 7)
- get_campaign_graph_stats Campaign graph statistics (Mautic 7)
- get_campaign_map_stats Campaign geographic stats (Mautic 7)
- send_email Send emails to specific contacts
- list_emails Get all email templates and campaigns
- get_email Get detailed email information
- create_email_template Create new email templates
- get_email_stats Get email performance statistics
- send_email_to_segment Send email to segments (Mautic 7)
- record_email_reply Record email reply by tracking hash (Mautic 7)
- get_email_graph_stats Email graph statistics (Mautic 7)
- list_forms Get all forms with submission counts
- get_form Get form details and fields
- get_form_submissions Get form submission data
- list_segments Get all contact segments
- create_segment Create new contact segments with filters
- get_segment_contacts Get contacts in a specific segment
- list_assets Get all assets (PDFs, images, documents)
- get_asset Get asset details by ID
- create_asset Create new assets (local or remote)
- list_pages Get all landing pages
- create_page Create new landing pages
- list_sms Get all SMS templates [DEPRECATED in Mautic 7]
- create_sms Create SMS templates [DEPRECATED in Mautic 7]
- list_companies Get all companies
- create_company Create new companies
- add_contact_to_company Associate contacts with companies
- create_note Add notes to contacts or companies
- get_contact_notes Get all notes for a contact
- list_tags Get all available tags
- create_tag Create new tags
- add_contact_tags Add tags to contacts
- list_categories Get all categories
- create_category Create new categories
- add_contact_points Add points to contacts
- subtract_contact_points Subtract points from contacts
- list_stages Get all lifecycle stages
- change_contact_stage Change contact's lifecycle stage
- list_contact_fields Get all contact custom fields
- list_projects List all projects (API v2)
- get_project Get a specific project by ID (API v2)
- create_project Create a new project (API v2)
- update_project Update an existing project (API v2)
- patch_project Partially update a project (API v2)
- delete_project Delete a project (API v2)
Environment variables
MAUTIC_BASE_URLMAUTIC_CLIENT_IDMAUTIC_CLIENT_SECRET
Links
★ 21 GitHub stars