function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Developer.mikie.Apex.StudentDeveloper.mikie.Apex.Student 

Integrating Salesforce with MYOB - Post Method

Hi Guys,

I am attempting to integration our salesforce with the account tool MYOB. There are implementations out there already, but they are costly and are normally catered for the out fo the box salesforce implementation, employing opportunities, etc. 

I have successfully installed a custom integration between our custom domain and salesforce, which has a two way synch. We did this through JSON objects both single and lists sent through http Post calls. I wanted to attempt something similar with MYOB, but wouldnt even know where to begin.

i was wondering if anyone had successfully attempted this or something similar and what is the best course of action. I understand the format of web call classes and how tos tructure them within salesforce.

Any help or points in the right direction would be very much appreciated.
Daniel BallingerDaniel Ballinger
A good starting point would be the MYOB developer documentation (http://developer.myob.com/). Looks like they cover the available APIs there. 

Exacltly how you interact with the available APIs will depend on what you want to do, how frequently you need it to happen, how much data you are moving between the systems, etc...