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
1
vote
2 answers

Mautic is not processing the queue. Messages are in the spool/default folder

Mautic will not send my queued emails. I have set up the cron jobs and they are running as expected. The cron job email report for the ":messages:send" cron job that runs every minute is always this... Processing message queue Messages sent:…
Steve Hall
  • 113
  • 1
  • 7
1
vote
0 answers

How to get all contacts associated with a particular segment in mautic?

I want to list all the contacts associated with a particular segment in mautic but could not find any method for that. Here is my controller code class DefaultController extends FormController { public function listAction(){ $model …
Mohit
  • 113
  • 1
  • 12
1
vote
2 answers

How to connect to Cloud SQL MySQL database from App Engine?

I am currently setting up an open-source marketing software called Mautic on App Engine Flexible Environment. However, I'm having trouble with connecting the App Engine to the Cloud SQL MySQL database using MySQLi. Mautic is a PHP application built…
Elisha Lai
  • 11
  • 1
  • 2
  • 3
1
vote
1 answer

How send emails with Mautic with a custom text using API?

Is possible to add a custom text to a email before send it using mautic API. We have an website where users may be notified when they receive a Gift. I would like to them receive this email with te gift name and price info. This event is dispatched…
Daniel Santos
  • 14,328
  • 21
  • 91
  • 174
1
vote
1 answer

Looks like I encountered an error (error #404) in mautic

recently install mautic 2.8.1, after setup api ,authorized it in auth2, after so many try it only gives output: Looks like I encountered an error (error #404). If I do it again, please report me to the system administrator! Do you have any idea,…
Binod Bhandary
  • 422
  • 1
  • 5
  • 22
1
vote
1 answer

PHP : Mautic API call with OAuth1a

one question about Mautic, i want to use Mautic API to download data automatically. From the manual, i have made a program by PHP to connect Mautic API and callback to localhost. The code does work and it connects to Mautic API correctly. but how…
potatout
  • 187
  • 1
  • 11
1
vote
1 answer

Uncaught DOMException: Blocked a frame with origin "domain_name" from accessing a cross-origin frame

I have use mautic newsletter for my site. below is my js code. /** This section is only needed once per page if manually copying **/ if (typeof MauticSDKLoaded == 'undefined') { var MauticSDKLoaded = true; var head =…
Suresh
  • 43
  • 1
  • 6
1
vote
1 answer

issue with adding upload field to mautic form

I need to add a file upload custom type to my mautic form but I can't find the right way to do it. Is there a plugin to add or I must work with symfony to add it Any suggestions please !
nina debb
  • 39
  • 4
1
vote
1 answer

bootstrap col is not fitting

When I look at my website "services" on an ipad landscape view, my services are going down one row. I have inspected the developer tools, and can see if I untick the bootstrap 33.3 %, each service will get 50%. But I cannot see how I can get each…
McDuck4
  • 662
  • 1
  • 10
  • 33
1
vote
2 answers

Sending POST data to a Mautic form

I'm trying to send PayPal POST data to a Mautic form as in this guide. The only change I made to the code in the example is removing the IP forwarding stuff. My code seems to be connecting to Mautic and sending the data, as Mautic is creating a new…
Elenchus
  • 195
  • 2
  • 10
1
vote
2 answers

Mautic unable to connect with TLS. SMTP

I'm stuck on this one. I'm working on a project to automatically deploy and configure Mautic instances on AWS's Elastic Beanstalk using Docker containers. Everything appears to be in order, but when I click the "Test Connection" in the email…
Squeegy
  • 869
  • 9
  • 20
1
vote
1 answer

How to run php command but from php script

TL;DR: I need to run a command, but only thing I can do on my hosting is visiting URL. Is there way around it? I am trying to set up Cron on my hosting and the manual tells me: Set up cron to run this command: php /path/to/mautic/app/console…
Pavel Janicek
  • 14,128
  • 14
  • 53
  • 77
0
votes
0 answers

How to add millions of contacts to a segment in mautic

I have lots of contacts in Mautic. I want to add those contacts to a particular segment in Mautic. Clearly, I cannot add each one of them manually. Is there any API or any job available to do this task? If so then how to implement that in ASP.NET?
pratapsingh845
  • 103
  • 1
  • 1
  • 5
0
votes
1 answer

Error when running Mautic as Azure App for Container with Azure Storage mount

I am trying to run Mautic as an Azure App for Container and have enabled WEBSITES_ENABLE_APP_SERVICE_STORAGE to use Azure Storage. I have followed the steps mentioned here https://github.com/MicrosoftDocs/azure-docs/issues/55046 to configure Azure…
Krunal
  • 2,967
  • 8
  • 45
  • 101
0
votes
1 answer

Error: Connections using insecure transport are prohibited while --require_secure_transport=ON in Mautic Docker container to Azure MySQL

I'm trying to set up Mautic in a Docker container with an Azure Database for MySQL backend. However, I'm encountering the following error: Warning: mysqli::__construct(): (HY000/3159): Connections using insecure transport are prohibited while…
Krunal
  • 2,967
  • 8
  • 45
  • 101
1 2
3
9 10