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
0
votes
0 answers

How to use Mautic APIs in the ASP.NET

I want to use Mautic APIs to first create a new contact and to add a contact to a segment. I want to know the complete authentication workflow.
pratapsingh845
  • 103
  • 1
  • 1
  • 5
0
votes
0 answers

Send test payload does not work on Mautic - WebHook

I'm trying to receive a request from mautic (webhook), but even the example in node/express from git from mautic doesn't work. Does anyone know the structure that the hook should have? my example node/express server from mautic is…
0
votes
0 answers

Can Mautic bulk personalize emails to sent with column headers of a Google Sheet or CSV file?

I want to send out emails in large quantity/bulk that will need to be personalized for each contact based on the column headers of a Google Sheet (or a CSV file) that has all the info about each contact. Can Mautic do this? I already searched for an…
0
votes
0 answers

How to fix "Invalid frame type 21" error in Mautic

I am trying to integrate AWS MQ (rabbitmq) with Mautic. I updated local.php configuration file and provided RabbitMq details. 'queue_protocol' => 'rabbitmq', 'rabbitmq_host' => '*', 'rabbitmq_port' => '5671', 'rabbitmq_vhost' => '/', …
Halil
  • 1,795
  • 1
  • 24
  • 39
0
votes
0 answers

Mautic can not create segment with bounce filter

I am trying to create segment in mautic for bounced emails, but I am having trouble with filters, code works correctly and segment is created when I comment out filters, but I need to have filters as well. Currently I get…
0
votes
1 answer

Hosting Multiple Mautic Instances with 50,000 Contacts Each

I have a question regarding the performance and capacity of a server based on an Intel Core i9 9900k processor with 64GB of RAM for hosting multiple instances of Mautic. I would like to know if this configuration is powerful enough to handle the…
Sandra
  • 1,596
  • 15
  • 22
0
votes
0 answers

Mautic setup not persisting in Docker

I'm trying to create an image for Mautic + Composer according to the directions here. I've put together a Dockerfile that does the setup, based on the official image on github. When I run it, Mautic launches as expected and takes me through the…
k-kaku
  • 1
  • 1
0
votes
0 answers

How to personalize custom headers in a dynamic content by email in mautic?

We are trying to send emails with a different customs headers ('from name', 'from address', 'reply to') in a dynamic content email. is it possible? How could to personalize custom headers in a dynamic content by email? We need to send each variable…
0
votes
0 answers

Trying to get user id searching by email with mautic api

"total": "1", "contacts": { "1618702": { "isPublished": true, "dateAdded": "2023-03-01T13:55:22-03:00", "dateModified": "2023-03-01T13:55:22-03:00", "createdBy": null, "createdByUser": null, "modifiedBy": 8, I need do deserialize this json response…
Glibandor
  • 1
  • 1
0
votes
0 answers

Any way to Apply Formula while populating custom fields in Mautic version 3.2.0?

I am using Mautic Version 3.2.0 and importing the contacts from the CSV File. I have created some custom fields in mautic that need to be populated with data after calculating some other fields. For instance, 'lead_age' is a field that should be…
0
votes
0 answers

Install mautic in subdirectory : problem after upgrading from 3.1.2 to 3.3.5

I was trying to upgrade with command line from 3.1.2 to 3.3.5 i’m using an 02switch hosting (mutualised) for my website. My mautic is in a subdirectory and everything was fine since today : Here is the folder organization: /mautic /wordpress Symlinc…
Patrick Valibus
  • 227
  • 4
  • 17
0
votes
0 answers

Issue : Cannot embed a stripe pricing table in a mautic landing page

I have a problem to integrate stripe on a landing page in mautic. I would like to integrate this snippet in a mautic landing page:
0
votes
0 answers

How to modify From and Reply To addresses before email is sent out in the Mautic software?

I have been struggling to find way to replace From and Reply To addresses before email is sent out in the Mautic software. I have created mautic_root/plugins/SenderRandBundle/EventListener/EmailSubscriber.php and its content:
Typhome
  • 35
  • 7
0
votes
0 answers

Mautic can't add custom field, fails after upgrade to 4.4.5

I upgraded Mautic from v2 to v3 to v4.4.5 and the upgrade went well and email automations are working. But after trying to add a custom field to the Contacts I keep getting this error: An exception occurred while executing 'ALTER TABLE leads ADD…
Dejan S
  • 1,445
  • 1
  • 8
  • 14
0
votes
0 answers

Mautic and Salesforces integration

I have this error with Mautic and Salesforces Fetching contacts… In AbstractIntegration.php line 2002: Typed property Mautic\PluginBundle\Integration\AbstractIntegration::$adminU sers must not be accessed before…