Mautic

Setup Mautic Plugin & Intergated Alita

Mautic Configuration

  1. Download Alita Plugin: https://bit.ly/alita_mautic & upload to sever {folder_code}/plugin

  1. View File

    • /app/bundles/LeadBundle/Views/List/index.html.php

    • /app/bundles/LeadBundle/Views/List/_head.html.php

    • /app/bundles/LeadBundle/Views/List/_segment_list.html.php

  1. Themes : /app/bundles/LeadBundle/Views/List/_segment_list.html.php

  1. Run Query

ALTER TABLE leads CHANGE COLUMN from_api from_api VARCHAR(255) CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_unicode_ci' NULL , CHANGE COLUMN segment_id segment_id INT NULL ;


Get Alita API Key and Import Segment

  1. Get Alita API key

    1. Login the theAlita.com: https://app.theAlita.com

    2. Get the API key

  1. Input Alita API Key to Mautic Plugin: Login to your Mautic system: Configuration menu / Plugins

  1. Import Segment from Alita to Mautic: Go to Segment menu & import segment

  1. Make sure we have segments on Alita Platform

Last updated