/scribe

-:- Talk to SalesForce, NetSuite, MS Dynamics, Zoho and Zendesk using single language -:-

Primary LanguageJavaMIT LicenseMIT

Scribe - Talk to all CRMs using a single Language

License Maintenance

  • 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
    1. SalesForce
    2. NetSuite
    3. MS Dynamics XRM
    4. Zoho
    5. Zendesk

Samples for search CRM objects

How to run

After checking out the repo, run ant tomcat-start to start the service using Apache Ant.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/scribe/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Selection of XML or JSON as response

  • 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