Forum Discussion

Reso's avatar
Reso
User
5 years ago
Solved

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.

     

5 Replies

Replies have been turned off for this discussion
    • Reso's avatar
      Reso
      User

      So there's no way to do this other than creating an APP?

       

      Also i've applied for the myob api but haven't heard back yet.

       

       

      • Steve_Marriott's avatar
        Steve_Marriott
        Valued Partner

        Hi Reso 

         

        The Contact Details plus Customer Details are all held in the MS-SQL database in various tables, which means there is no "list" of contact details that are external and can be accessed. Most people create an APP that will sit in hte middle and sync bothways between the systems. You will need to look a teh Debtor Accounts as well as Contacts.

         

        Cheerts

         

        Steve