- Talk to all CRMs using a simple language: REST
- REST is powerfull; Scribe can be used to Create, Read, Update, Delete (CRUD) CRM objects using REST
- Use XML or JSON for communication with Scribe
- Avoid CRM level complexity and access Cloud CRM in a seamless way
- Remove any direct dependancy on a CRM version; Scribe takes care of all upgradations
- Scribe also serves as a sample for Java based CRM developers
- Switch CRM easily; it supports following CRM
- SalesForce
- NetSuite
- MS Dynamics XRM
- Zoho
- Zendesk
After checking out the repo, run ant tomcat-start
to start the service using Apache Ant.
- Fork it ( https://github.com/[my-github-username]/scribe/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Add "?_type=json" Get JSON data for all Accounts: [cad-host]/cad/object/account?_type=json
- Add "?_type=xml" Get XML data for all Accounts: [cad-host]/cad/object/account?_type=xml