Syncing MYOB EXO mailing list to Mailchimp
I'm wanting to sync MYOB EXO with Mailchimp so that when a customer is added in EXO they're also added to mailchimp,
I have some experience working with PHP so i'm considering making an app for it but never used the MYOB api before, does anyone have any experience who could give me a basic idea of how to achieve this?
Another way I thought of is to have EXO store its mail list on google drive, then link to that mail list in mailchimp, not sure how possible this is though as I've had limited access to the companies EXO software.
If anyone knows the best way to achieve this would really appreciate if you could post!
Hi Reso
That sounds about right to me.
The App could reside anywhere you want as you will be calling the API which allows it to work from anywhere. If you wanted to write your App to run on the Windows Serever that Exo is running from then you could go direct to the SQL database to read the data from Exo, it possibly makes it easier as you will only have the mailchimp API to call. If you are writing back into Exo then I strongly suggest using the Exo API so its valid data being written back in.
Hope that helps.
Steve.