-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Zoho bidirectional integration #4068
Feature - Zoho bidirectional integration #4068
Conversation
This works only for Leads in Zoho. |
Tested this, it works. only thing I am concerned about is the message Updating/creating leads from Mautic to Zoho but nothing more gets pushed to Zoho. not sure if its a limit on my free zoho. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great with the latest changes. Thanks @virlatinus!
@virlatinus the documentation is very very light isn't it ? |
@dbhurley the documentation has never been written for the bidirectional integration. I don't know if this is something your team would like to priorise. Best, N. |
Good catch! Let me know once you have a PR ready to go. Remember: Mautic is a community project so we can all be involved in making it better. There's no concept of "throwing it over the fence" for someone's "team" to address. |
Description:
This PR enables users to update Mautic with Lead, Contact and Account data from Zoho at regular intervals (bi-directional integration). They can also trigger actions in Mautic based on data from Zoho
Steps to test this PR:
php app/console mautic:integration:fetchleads -i Zoho
to test pushing and pulling to and from Zoho.