best video , please upload more such detailed videos
@qpajrc3 жыл бұрын
Excellent training and thank you. I look forward to your detailed training you stated within. Building a landing page, importing a landing page, building a campaign, the value of API with campaigns and Mautic. Perhaps a training on Dynamic content and it's value with a campaign. Thank you for taking the time to create this training course.
@CodeIntegrationAPI3 жыл бұрын
Sure I am trying to prepare more content, just super busy in regular job. Will bring in more content soon. Thank you for appreciation.
@qpajrc3 жыл бұрын
reach back to me if you have time to mentor on the side
@CodeIntegrationAPI3 жыл бұрын
Hi @@qpajrc , can you please connect me on mayank@premayitsolutions.com with some more details on how may I help?
@Pages_Perfected2 жыл бұрын
Brief in 90 min, Nice one
@kannanchandrasekaran85883 жыл бұрын
Nice demonstration.
@alishehryar98653 жыл бұрын
Great content brother, Kindly Upload detailed videos on all components as you've mentioned in course. And as Version 4 is released, use version 4 in detailed videos. Eagerly waiting for those. Stay blessed
@CodeIntegrationAPI3 жыл бұрын
already started working on version 4, originally i thought detailed component for v3 but the builders seems to have improved a lot in v4 so directly working on v4 content.
@alishehryar98653 жыл бұрын
@@CodeIntegrationAPI keep up the good work brother! Waiting eagerly for your content!
@russfreelancer5 ай бұрын
really helpful!
@calculeo Жыл бұрын
Thank you very helpul video
@Gjermund-Sivertsen3 жыл бұрын
Very good video. Is it possible to integrate Mautic with a membership site, where you show/hide elements based on the fields in Mautic? If so, any tips?
@CodeIntegrationAPI3 жыл бұрын
Yes, you can use Mautic API with any other platform. With this said you will be able to fetch the information with api and take actions based on whatever field you may need to compare. tutorialsjoint.com/mautic-rest-api/
@Sam-fg5mi3 жыл бұрын
Hi, I'm watching all your videos on Mautic, you are doing great. I have a couple questions...1. 31:31 Can you assign your custom domain to a landing page made in Mautic? 2. If I'd like to use Google sites instead of WP or Mautic, to create my Landing page, Google forms are more customizable than Mautic forms so what is the best way to go about the opt in form? in this case, I want to cature a lead and send it to my contact list and campaign on Mautic. 3. Do I need to set up cron jobs for this purpose? Thanks for the videos you are making.
@CodeIntegrationAPI3 жыл бұрын
Hi Sam, 1. Custom domain to LP on Mautic, not possible as landing page is part of mautic itself and not a separate entity. You can perhaps use 301 redirect if that helps you. Or you can make landing page in GS and make them trackable using mautic script. 2. I have never thought of it, i'll check and prepare a video on this topic, and if a quick answer is found i'll just respond here. One way of doing it could be use of zapier or similar tool to push contact to mautic (again i am not familiar with Google forms, just taking a guess). 3. Cron jobs are important part of mautic but i don't see their role in the query you asked.
@Sam-fg5mi3 жыл бұрын
@@CodeIntegrationAPI Thanks, looking forward to see more videos on this and other Mautic topics
@lofocky2 жыл бұрын
Great Intro into mautic! is there an option to segment contacts for those who open eg. 1 time or more and never open previous campaign? Is there a video exculisvely about segmentation?
@CodeIntegrationAPI2 жыл бұрын
You can assign points to track opening of the mail or page, and I personally do it in the binary numbers. So it's easier to track from which action the point was assigned. As of now i don't have a dedicated video on segments. Another easier way is to use a custom field call it email_read_count and on each email open you can increment the number of this field and based on value of this field filter the contacts in a segment.
@MyGodTube3 жыл бұрын
Thank you. Could you please explain how to fix the "please wait" message on the subscribe button in mautic 3?
@CodeIntegrationAPI3 жыл бұрын
Are you talking about the form submission ? please wait usually comes up on the form, if you are only seeing please wait and it is not moving further that means it has some issue. 1. If you are using form on a webpage which is not Mautic, then you need to check the CORS settings and make sure the domain is part of your restricted domain. (kzbin.info/www/bejne/gWnPiJR5lsd7Z9k you'll find how to manage CORS in this video). 2. Clear the Cache. 3. If still not working then please let me know.
@phucle16692 жыл бұрын
thank you
@priyasaro48163 жыл бұрын
Hi sir...thank you for sharing the details....can you please give some video about how to reply mail in mautic and how to resend the mail to unreadable contacts...
@CodeIntegrationAPI3 жыл бұрын
By unreadable contact i assume you mean contacts who don't open or take an action, perhaps this will help. kzbin.info/www/bejne/iV6XY2p-lq2on9E For reply mail i am working on it, will try to bring it out soon.
@fitter2boss7211 ай бұрын
Does Mautic has API for intagration ? For example I want t oprepare emails , email lists and send it from my site and monitor it on Mautic . Thank you. Looks like by your chanal it has :)
@biljamoraco877 Жыл бұрын
Why my lastest Mautic doesn't have share to social media buttoms, does it require another plugin?
@CodeIntegrationAPI Жыл бұрын
Where exactly? Are you talking about plugins?
@ashokvaswani1232 жыл бұрын
I am using the latest version of Mautic ( 4.2 ) . I want to tag contacts based on links that they click on in the email that I send them. I cannot find this action in the campaign builder. There is an action to "view a page" but I cant find anyway to add tags ( or change the tag) on a contact based on the contact clicking on a specific link in the email
@CodeIntegrationAPI2 жыл бұрын
After your contact a decision after that you should use Action, in the Action type you will find this option. kzbin.info/www/bejne/invRf2ytqdx4Z7s this may be of help.
@ConnectNepalTV3 жыл бұрын
If I ask you to setup complete including api, how do I contact you? I have installed already and is working. Need to setup , complete automation, Tailored Action Plan, API and other feature available.
@CodeIntegrationAPI3 жыл бұрын
Hey, you can connect with me on, mayank@premayitsolutions.com
@ashokvaswani1232 жыл бұрын
I am trying to create an action in case a user DOES NOT open a email in my Mautic campaign. I find that even if I DO NOT open the email sent, Mautic shows it as "READ" and then my action does not trigger. I am receiving my emails in a gmail client. Can anyone suggest how to rectify this?
@CodeIntegrationAPI2 жыл бұрын
You need to put some time delay in the action. kzbin.info/www/bejne/iV6XY2p-lq2on9E Please check this video.