Questions tagged [mautic]

Mautic is an open marketing software platform offering a great level of integration. It also offers a deep audience intelligence, enabling to make more meaningful customer connections.

Mautic is the first open-source Marketing automation tool.

From the Official website:

Mautic provides detailed contact tracking along with powerful contact nurturing tools to help you organize your marketing campaigns. Mautic automates the process of finding and nurturing contacts through landing pages and forms, sending email, text messages, web notifications, tracking social media, and integrating with your CRM.

150 questions
17
votes
3 answers

text align right in a span

I am a little bit in doubt how I solve this the best way. In the footer of this page: Portfolio , there is the following: 04-11-2016 : Design In Portfolio 05-11-2016 : Hvad er Mautic? 06-11-2016 : Some text I would like that the date is…
KrMa
  • 687
  • 2
  • 10
  • 22
12
votes
1 answer

Attempted to call an undefined method named "validateAccessToken" when using Mautic api-library in Symfony

I'm trying to use mautic/api-library inside my Symfony project. I'm using Symfony 2.8.9 with PHP 5.6.14. I've included api-library project in composer and in the autoload.php file. In my controller, I've declared api-library classes: use…
Hugo Nogueira
  • 1,298
  • 1
  • 12
  • 24
6
votes
1 answer

Mautic Basic Authentication Through Rest Api

As per mautic developer documentation,I am connecting to mautic basic authorization through custom php using curl locally but it is redirecting me to mautic login page but in my view this is not the correct response.......I want to know whats the…
3
votes
1 answer

Customize Mautic navigation

I have Mautic setup on my server and I want to customize the UI for navigation. What I want to achieve is that I want to add a custom navigation bar on the top of every page with an image and 3-4 links. What is the recommended way to do this in…
androidharry
  • 197
  • 1
  • 12
3
votes
1 answer

CSRF in Mautic - Invalid CSRF Token Error

I get this error every time I try to do anything in Mautic, e.g. Save a form, change password, etc. I have just migrated and updated Mautic into a new environment, based on the official mautic/mautic image from Dockerhub. I also changed the domain…
Jorgeuos
  • 541
  • 6
  • 28
3
votes
1 answer

How to enable SSL connection for a GCP VM instance (Mautic)

I have a Mautic deployment on GCP. I used Bitnami installation for the deployment. I'm having issues with integrating apps / receiving tag messages because the default Bitnami installation only supports http and other apps only work with https. I am…
3
votes
3 answers

mautic - I want to add contact in mautic via api

I want to add contact in mautic via an API. Below I have the code, but it's not adding the contact in mautic. I have installed mautic in localhost. Studied the API form in the mautic documentation and tried to do it for at least 2 days, but I am not…
Sarthak Patel
  • 56
  • 1
  • 5
3
votes
1 answer

not able to call muaitc contact api from localhost

I am using mautic API for email listing and email sending. I am trying to get all email list with mautic API auth2.0 I am getting access token properly but while i am calling email api like this $apiUrl = “https://travialist-main.scapp.io”; $api…
3
votes
3 answers

Using Mautic API, how do I send the parameter "lists" when creating an email?

The documentation for creating emails using Mautic API is: https://developer.mautic.org/#create-email I can not create an email without specify the parameter lists. The lists parameter is specified like this: lists array Array of segment IDs which…
Alex Benfica
  • 408
  • 5
  • 17
2
votes
3 answers

Mautic cron setup issue

I recently setup mautic and I also setup cron jobs for mautic but how should i check if they are working or what is the error if its not working? Here is my cron.. of course I have multiple crons setup according to the docs. But they all look like…
Abhishek Kumawat
  • 780
  • 1
  • 10
  • 25
2
votes
0 answers

Mautic APIs Basic Authentication is returning code 0 response

Hy everyone.I am new to Mautic.I have installed mautic 2.15.1 on my live Linux sever where SSL is intalled.After that i enabled API by going to settings>Configurations Now I am facing issue in Mautic APIs response.Actually i want to take information…
Shaniawan
  • 243
  • 2
  • 16
2
votes
1 answer

Add a tag to an existing contact using the Mautic API

I've been driving myself crazy for days trying to figure it out. When I search "tags" in the docs, the only results seem to relate to creating and editing the tag records themselves rather than any association to a contact's record. I see this…
Ryan
  • 22,332
  • 31
  • 176
  • 357
2
votes
0 answers

Mautic API 403 error

SO when I try to get a refresh Token from Mautic I am getting an auth code but then from there I am not able to get an access/refresh token. When I try to get it I just receive a 403 error message with invalid code as the description. Not sure what…
2
votes
1 answer

Can Firebase support reverse DNS records?

I'm setting up a website hosted on Firebase. Currently, I'm using the Mautic for email automation which is currently going to Spam. My technical resource told me it was because I needed to set up rDNS records. Does anyone know if Firebase supports…
2
votes
1 answer

Analysing Mautic database schema

I recently installed Mautic open source on my pc. I want to analyse how the data is getting stored into it (DB schema or DB files). I want to know where my data is getting stored after I enter the details.
greeshma y
  • 37
  • 9
1
2 3
9 10