Hi All, FFI, ZohoCRM connector will consists of following methods to cover the above scenarios.
*getRecords*- To fetch all users’ data specified in the API request. (e.g. To retrieve leads, accounts, contacts and etc) *getRecordById *- To retrieve individual records by record ID (e.g. To a retrieve a particular lead) *insertRecords *- To insert records into the required Zoho CRM module (e.g To insert a lead(s), campaigns) *updateRecords *- To update or modify the records in Zoho CRM(e.g To update a lead(s), campaigns) *getSearchRecords *- To search records by regular expressions of selected columns ( e.g. To select Company, Email, Website from Leads and No of Employees should be greater than 100) *convertLead *- To convert lead to potential, account and contact. *getRelatedRecords *- To get records related to a primary module(e.g. to fetch leads related to a campaign) *updateRelatedRecords *- To update records related to another record(e.g. to update lead, contact, potential, product, sales order and etc) *uploadFile *- To attach a file to a record (e.g to upload any attachments related to campaigns, products) The methods that would require to cover the above proposed scenarios from other APIs such as Campaign Monitor, CallRail, Twitter, Facebook, Quickbooks and JIRA will be discussed later. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Proposed-ESB-connector-scenario-Integrating-ZOHO-CRM-with-Campaign-Monitor-CallRail-Twitter-FacebookA-tp99706p99993.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
