ok, so i managed to create the zap in zapier - only uri that works is https://zapier.com/dashboard/auth/oauth/return/App27055API/.
the other one just generates crap.
i had someone from zapier dete my mautic app from my list of apps so that i can do the invite again. i am still battling bad request. what to do ?
Hello all,
I’m trying to get this set up too. If I am thread jacking please let me know.
I am experiencing 404 errors when I send a test through the Zapier setup page.
I have ensured that:
- Mautic URL is correct, unless it should not include the https://.
- the Public and Secret Keys are correct.
I am not sure where to put the return URI though?
For @Clombard05 and @andrewchildsza have a go following this https://medium.com/@zpetterd/getting-mautic-cooperating-with-zapier-3267bd2e72ea#.xfqyk63ie
I personally haven’t tested adding leads to Mautic using Zapier but I believe others have so maybe start by trying to pull the data out of Mautic first
@andrewchildsza and others
I believe the interface is OUT OF ORDER at this time. Don’t waste your time on this version of interface. I have spent at least 6 hours trying to get it to work. Yes, i also got 404 errors. I tried some other actions on the list but it is also genrating errors. We are at the mercy of the developers to release a new, stable version with the errors fixed.
Today is 24 Jan 2016. Wait until the next release to integrate mailchimp via zapier to mautic. It just doesn’t work !!!
Thanks. I looked through the article. i followed your steps, where applicable, to get mailchimp to talk to Mautic. Again, this does not work. I am more confident about it now because @andrewchildsza is also reporting the error i am seeing.
I mean when a new lead is created in mailchimp it should add the lead to mautic (using zapier). Mailchimp is the trigger and mautic the action. Your document says that mautic is the trigger.
Yes, I am saying that as that is what I have thoroughly tested. There is currently at least 2 people using the New Lead action.
This does work but is maintained by me a community member not the core developers of Mautic. Have a go with what is in the link above.
I just tested the New Lead action and it works… There must be something wrong on your end. Delete the account linked to the Mautic app and try again
Here is a video i made of the latest attempt i had at setting up zapier. Assume that URI and public and secret keys are correct. If this looks ok, i can privately message you a video of all the keys and setup of Mautic.
https://db.tt/aksXnSh1
@andrewchildsza - is this also what you are seeing ?
Thanks
@Clombard05 Could you have a go setting up the New lead basic info trigger? It may not be what you want long-term but it could reveal whether it is a setup issue or a bug that I though they had resolved on Mautic.com
I am not sure what you want me to do. I’ll gladly help out where i can. What do you mean by “new lead basic info trigger” ?
@Clombard05 if you work through the guide I linked above you will see what I mean. Don’t worry too muxh about the action app that you use.
Basically this is testing the most simple functionality which is pulling the lead data out of Mautic.
Sure. I am more worried about getting data into Mautic. I’ll test getting it out of Mautic for you
I’m trying to get data out of Mautic into Agile CRM. I get:
We received an error from Mautic API V2
(500) Internal Server Error
I have used the URI: https://zapier.com/dashboard/auth/oauth/return/App27055API/
And I have followed instructions to the T. Any suggestions?
On another note, I was able to get data from Agile CRM into Mautic via Zapier without a hitch.
@zpetterd So as per my comment above, I thought the integration went well…but zapier has not been able to sync data to Mautic…I went to the zapier history and found the error: “400 Bad Request”
Any idea?
@Clombard05 and @rodfernand I’ve just reached out to Mautic.com support. Without actual error logs I’m not able to determine what is going wrong as whenever I replicate what you are doing on a new Mautic.com instance and also our self-hosted install it works flawlessly.
wow. so you say that you can get the mailchimp (trigger) to mautic (action) working flawlessly.
I wonder what is different.
Yes, those error logs. How can i help you ?
The data that gets passed from mailchimp to mautic looks good.
I can ask for a new account from zapier. Luckily i don’t have any other zaps.
What screen shots can i give you ? Should i make another short movie showing my setup information ?
@zpetterd I’m not sure if this is any help, but I went into the logs and found memory errors. Please find them below:
Error 1:
[26-Jan-2016 04:24:07 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home/user/public_html/mw/app/cache/prod/classes.php on line 4494
Error 2:
[26-Jan-2016 04:38:37 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2 bytes) in /home/user/public_html/mw/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Lexer.php on line 153
Error 3:
[26-Jan-2016 04:57:44 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2 bytes) in /home/user/public_html/mw/app/cache/prod/classes.php on line 4493
I’ve found that the integration is sporadic. I’ve attempted 3 zaps, two of which have failed giving me the “400 Bad request”.
@rodfernand that is probably the New lead basic info trigger, I can fix that up but it isn’t related to neither of you being able to use the actions.
Actually what actions and triggers have worked and not worked. The integration itself is not complex and has nothing that can go hugely wrong. In the past Mautic.com has lagged behind with new versions of Mautic being installed so that is why we need their input. @alanhartless or @escopecz any chance you could help out? Zapier as a service is also quite reliable the actual endpoints (Mailchimp and Mautic) are what tends to cause problems.
I will keep saying it. It works! something is just going wrong most likely in the Mautic.com side of things
I don’t follow what is the original question. If you have trouble with mautic.com , please contact their support. The memory errors are caused by low memory limit. 134 MB is quite low limit. I’d suggest 256 or maybe better 512 MB. memory_limit can be configured in php.ini.