Showing posts with label JSON. Show all posts
Showing posts with label JSON. Show all posts

Wednesday, November 2, 2016

Zoho integration for Python and Plone CMS

Zoho is an internet application company competing with Google Apps, Microsoft workplace and others.
Zoho provides a extremely extensive set of browser based functions from textual content modifying and spreadsheets to assignment management and consumer relationship management (highlighted items should still ring a bell for small application building agencies). principally the final one, CRM, is a extremely beautiful deal as you get a hosted complex CRM utility with API functions for extremely reasonably-priced or free fee. Small agencies don't seem to be always wealthy enough to head for Salesforce API supported edition which would be 135 € / month / consumer.
mfabrik has been working on Zoho Python bindings as we use Zoho internally.
Zoho API is HTTP GET/publish based mostly.



  • Authentication, which is referred to as a ticket in Zoho language, is HTTP publish with custom undeniable-textual content responses. The same authentication mechanism works in-browser (Javascript) and for laptop-to-computer verbal exchange as far as i do know
  • Most features can also be performed as HTTP put up or GET. in case you should input compex records (like CRM leads), you’ll do it as HTTP submit of customized XML payload
  • Some services expose the output as JSON for HTTP GET, in order that it will also be without delay consumed internal browser Javascript

  • mfabrik.zoho is a GPL’ed Python library which provides primary amenities for Zoho API calls. presently the characteristic set is awfully CRM weighted, even though it can be conveniently increased for different Zoho purposes.
    mfabrik.plonezohointegration is a Plone CMS add-on product which marry Plone and Zoho together. The add-on offers a manage panel the place that you would be able to enter Zoho API key details for Plone. forms for CRM lead era are supplied as standalone and as a portlet (you could see them in motion on our web and blog site).
    The supply is hosted on Github, so that you can with no trouble beginning tailoring it in your own firm needs. I happily settle for all merge requests, proposing that unit checks for new aspects are included. in case you don't think at ease with Python programming, but nevertheless wish to integrate Zoho to your systems, please contact us for extra help or check current API integrations.

    Related Books