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
1 answer

How to get a object key in a JSON in Microsoft Flow

I'm using Mautic API to search contacts by e-mail. The standard JSON response is that below: { "total": "1", "contacts": { **"64936": {** "isPublished": true, "dateAdded": "2018-07-10T19:01:40-03:00", …
Thales
  • 3
  • 4
0
votes
2 answers

What is version of Symfony in Mautic 2

How to check version of Symfony PHP Framework in Mautic 2? Mautic: https://github.com/mautic/mautic
arai
  • 1,251
  • 2
  • 12
  • 17
0
votes
1 answer

Elastic Beanstalk file permissions inside the config file

I have the following code inside my project.config file: container_commands: 10_io_permissions: command: | cd /var/app/ondeck find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; chmod -R g+w…
0
votes
2 answers

Mautic API cannot create DynamicContent

I am struggling to successfully execute create calls on the mautic REST api. In my node project I am using a standard express installation and a wrapper for the node api https://github.com/sambarnes90/node-mautic I have authenticated my machine with…
Raphael
  • 59
  • 9
0
votes
0 answers

NginX allow only internal IP on a specific URL

I have a location block in my NginX config that looks like this: location /s/login { allow 192.168.5.0/24; deny all; } But this only works partially. With external IP they get a 403 error, which is correct, but on internal IP like 192.168.5.41, I…
0
votes
2 answers

Class not found when it does exist in plugin for Mautic. Works locally but not on staging server

Edit: There was a weird issue which caused the API file to get renamed with a lowercase 'b' on the server which is why the class wasn't found. Original Below I have made a plugin for mautic to check emails for stored contacts within mautic using…
Rafty
  • 653
  • 2
  • 8
  • 23
0
votes
1 answer

Listen to incoming webhooks with Mautic (external email provider)

I have an email provider (Pepipost) that is able to trigger a webhook (post to provided address) each time the mail is opened, bounced etc. So they provide a response of your sent messages status. The webhook format is described here How should I…
Kaim
  • 13
  • 1
  • 6
0
votes
1 answer

Sending mails in mautic

It's my first question here, excuse me if i'm being totally stupid. I have a Mautic installation and I have my emails sent by cronjobs. Works like a charm. I have a need to send some specific messages immediately and I'm trying to hack some code in…
0
votes
1 answer

Mautic - Fatal error: Class 'Mautic\Auth\ApiAuth' not found

I'm having an issue on Mautic php api-library installation as described the docs. I download the zip as mentioned above. Download the package from Github. Extract then include the following code in your project: I download the lib folder, which…
Daniel Santos
  • 14,328
  • 21
  • 91
  • 174
0
votes
2 answers

Doesn't run this commands on mautic cron job

Hi guys i have the next problem(sorry for my english): I want to executate a command in Mautic cron job, i put the next comands: */1 * * * * /usr/local/bin/php /apps/mautic/htdocs/app/console mautic:segments:update */1 * * * * /usr/local/bin/php…
ferran
  • 3
  • 6
0
votes
1 answer

I can not integrate mautic with sendgrid

can not integrate mautic with sendgrid, show me this error: Connection could not be established with host smtp.sendgrid.net [Connection timed out #110] Log data: ++ Starting Mautic\EmailBundle\Swiftmailer\Transport\SendgridTransport !! …
user6008330
0
votes
1 answer

X-Frame options sameorigin issue

I need to show a mautic form on my wordpress website. Hosting environment is AWS Lightsail. Form is showing properly but when click on submit button, it is not submitting and page keeps as it is. When i checked the developer console of Chrome…
CodeCanyon
  • 929
  • 2
  • 11
  • 36
0
votes
1 answer

Error imagepullbackoff when scaling working deployment Kubernetes

I have a working deployment of a docker image on Kubernetes. However, when I want to scale it I recieve and error that it cannot find my image (even though I'm scaling something that's already working from an image?) Here is the command I'm using to…
John Deegs
  • 13
  • 1
  • 3
0
votes
1 answer

Change Contact fields order in Mautic

Even though I change the fields (custom or not) order in the Custom Fields screen in Mautic, that order doesn't reflect in the Contacts screen. How can I customize the order and position of fields in the Contacts screen?
Joao de Araujo
  • 1,096
  • 2
  • 15
  • 27
0
votes
2 answers

Mautic installation failed

I am installing Mautic(https://www.mautic.org) following the instructions. And I got the following error on the first screen while installing it on localhost. Warning: require(/Applications/MAMP/htdocs/mautic/app/../vendor/autoload.php): …
1 2 3
9
10