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

Send custom e-mail with special properties from external CRM over Mautic API

Is there a way to send e-mail over Mautic API with own properties sended in single-request with send request? Example: I want to send process e-mail with order summary to client. So I want to prepare e-mail template with ex. {special:orderId},…
Radim Kleinpeter
  • 108
  • 2
  • 11
2
votes
1 answer

Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers. (CORS )

I have a main domain and a subdomain (Mautic Is Installed), unfortunately, I have a cross-origin HTTP request problem if mautic is setup within a subdomain. When I load the example.com I get the following errors in Safari Console: Failed to load…
Brian Nezhad
  • 6,148
  • 9
  • 44
  • 69
1
vote
0 answers

Mautic installation via Laravel sub-domain throws error

I receive this error while trying to install mautic via laravel subdomain routing. Symfony\Component\ErrorHandler\Error\FatalError Class Symfony\Component\Validator\Util\LegacyTranslatorProxy cannot implement previously implemented interface…
1
vote
1 answer

The repository ... does not have a Release file (Maxmind)

I am following this tutorial: Maxmind GeoLite2 & GeoIP Database Auto-Update | 2020 I launched an Ec2 AWS instance with the mautic application (debian 10). I'm trying to install Geolip Maximind on my instance but without success. Here are the…
1
vote
1 answer

ERROR: No 'Access-Control-Allow-Origin' header is present WordPress

I am working on a wordpress website and I have installed mautic plugin into the website. Now issue is that I am getting the following error in the console. Cloud flare is also enabled. Access to XMLHttpRequest at…
1
vote
0 answers

How do I connect a database to mautic using docker compose?

I am trying to deploy mautic in my docker server (using portainer on OMV) and am having issues building the connection to the mysql database. I am trying to follow the instructions from the docker hub as close as possible…
Boximity
  • 9
  • 3
1
vote
2 answers

How to configure Code value from Azure platform 'AADSTS900144'

Whenever i connect Azure platform from my platform & access for Authorization getting an error like the following Authorization failed with the error message, 'AADSTS900144: The request body must contain the following parameter: 'code'. Trace…
1
vote
1 answer

How to run a function in the background?

I'm using an API package send data to endboint using cURL function create_customer_event() { $data = [ 'email' => $shopify_json['email'] ?? '', 'firstname' => $shopify_json['first_name'] ?? '', …
Islam Mohamed
  • 117
  • 2
  • 10
1
vote
2 answers

Mautic: How to tag users via a landing page?

I have created a campaign form in Mautic and used the manual copy feature to integrate it into my HTML landing page (this is a landing page I have made in HTML. It is not a Mautic landing page). In Mautic, users are saved as a "contact". The contact…
big_smile
  • 1,487
  • 4
  • 26
  • 59
1
vote
1 answer

How can I update HTTP_HOST in Apache for Mautic Docker

I install Mautic using docker compose. Then I use NGINX with new domain to point to Mautic. When I run mautic and look at the system information on Admin site, I see the HTTP_HOST pointing to internal IP with port 8080. How can I change it to domain…
hoang
  • 1,444
  • 11
  • 19
1
vote
2 answers

The site is currently offline due to encountering an error - Mautic

After upgrade my server version (Plesk Onyx with debian) I have recreated the domain and database with all the same DB, Users and Password, but mautic show this: The site is currently offline due to encountering an error. If the problem persists,…
meth dev
  • 33
  • 1
  • 4
1
vote
1 answer

Mautic & Amazon SES Integration issues

I installed Mautic in-house instance. I tried to integrate it with Amazon SES service. After all was set as needed (please find the attached screenshot below), I clicked "Test connection" button and got the following error: Connection could not be…
Ivan
  • 41
  • 6
1
vote
1 answer

Is there some way to manually send newly registered users in Joomla to Mautic?

Mautic's Joomla integration plugin says it can send newly registered users as leads back to Mautic. Unfortunately for me, it does not work no matter what I do. I do believe that I did correctly what is instructed on the plugins' GitHub page so I…
aixt
  • 11
  • 1
1
vote
2 answers

Mautic Contact Field Api request returning 400 in response

I'm trying to create contact fields in mautic via api and using oauth 2 for authentication. Here is the response I'm getting { "errors": [ { "code": 400, "message": "order: This value is not valid.", …
Mohit
  • 113
  • 1
  • 12
1
vote
2 answers

Configure Mautic to send 6 emails per minute

I have around 50,000 email addresses and I wish to send them all a common email. I have an upper limit of 360 emails per hour. (6 emails per minute) These are the settings I have set-up in my Mautic server Under Mail Send Settings How should email…
SohailAQ
  • 1,002
  • 1
  • 13
  • 25
1
2
3
9 10