*Introduction* Clevertim is an easy to learn & use, web based CRM and contact manager for small businesses.
*API (REST)* https://github.com/clevertim/clevertim-crm-api *ClevertimCRM Connector Summary* • Connector Name: clevertimcrm -connector-1.0.0 • Version: 1.0.0 • Technology: REST *Authentication* The API uses basic HTTP authentication with the API key as user and 'X' as password. Refer API documentation for more details. *Methods* Methods Selected: *Contacts* *listContacts* - Retrieves all contacts. *Case* *listCases* - Retrieves all Cases. *createCase* - Creates a Case. *updateCase* - Updates a Case. *Opportunity* *listOpportunities* - Retrieves all Opportunities. *createOpportunity* - Creates an Opportunity. *updateOpportunity* - Updates an Opportunity. *Tasks* *listTasks* - Retrieves all Tasks. *createTask* - Creates a new Task. *updateTask* - Updates a Task. *Note* *listNotes* - Retrieves all notes. *createNote* - Adds a new note. *updateNote* - Updates a note. *Comment* *listComments* - Retrieves all comments. *createComment* - Adds a new comment. Methods not selected: Following methods are not taken as they are more of a administrative/infrequent tasks. *createContact* *updateContact* *listCompanies* *getCompany* *createCompany* *updateCompany* *listCustomFields* *getCustomField* *createCustomField* *updateCustomField* We have also not considered following delete operations for version 1. *deleteCase* *deleteOpportunity* *deleteTask* *deleteNote* *deleteComment* *deleteContact* *deleteCompany* *deleteCustomField* The functionality of following getters can also be retrieved through their respective list operations. Hence they have not selected for version 1. *getContact* *getCase* *getOpportunity* *getTask* *getNote* *getComment* Thanks and Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-ClevertimCRM-tp98371.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
