1.0.0 • Published 8 years ago

cloud-elements-zohocrm v1.0.0

Weekly downloads
12
License
-
Repository
-
Last release
8 years ago

zohocrm

Zohocrm - JavaScript client for zohocrm This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build date: 2016-04-26T17:25:41.015-06:00
  • Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install zohocrm --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/YOUR_GIT_REPO_ID then install it via:

npm install YOUR_USERNAME/YOUR_GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var Zohocrm = require('zohocrm');

var api = new Zohocrm.ZohocrmApi()

var authorization = "authorization_example"; // {String} The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

var body = new Zohocrm.Account(); // {Account} The Account object to be created.<br>With the exception of the 'id' field, the required fields indicated in the 'Account' model are those required to create a new account.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.createAccount(authorization, body, callback);

Documentation for API Endpoints

All URIs are relative to https://vineet.localtunnel.me/elements/api-v2/hubs/crm

ClassMethodHTTP requestDescription
Zohocrm.ZohocrmApicreateAccountPOST /accountsCreate a new account in the CRM system. Account creation will flow through Cloud Elements to your CRM service. With the exception of the 'ACCOUNTID' field, the required fields indicated in the 'Account' model are those required to create a new account.
Zohocrm.ZohocrmApicreateAccountNotePOST /accounts/{accountId}/notesCreate a note for an account
Zohocrm.ZohocrmApicreateActivitiesCallPOST /activities-callsCreate a call
Zohocrm.ZohocrmApicreateActivitiesEventPOST /activities-eventsCreate an event
Zohocrm.ZohocrmApicreateBulkByObjectNamePOST /bulk/{objectName}<span class='betaAPI'>beta</span> Upload a file of objects to be bulk uploaded to the provider.
Zohocrm.ZohocrmApicreateBulkQueryPOST /bulk/query<span class='betaAPI'>beta</span> Create an asynchronous bulk query job.
Zohocrm.ZohocrmApicreateByObjectNamePOST /{objectName}Create a new object in the CRM system. The provided objectName can be that of a custom or standard object. Object creation will flow through Cloud Elements to your CRM service.
Zohocrm.ZohocrmApicreateCampaignPOST /campaignsCreate a new campaign in the CRM system. Campaign creation will flow through Cloud Elements to your CRM service. With the exception of the 'id' field, the required fields indicated in the 'Campaign' model are those required to create a new campaign.
Zohocrm.ZohocrmApicreateContactPOST /contactsCreate a new contact in the CRM system. Contact creation will flow through Cloud Elements to your CRM service. With the exception of the 'id' field, the required fields indicated in the 'Contact' model are those required to create a new contact.
Zohocrm.ZohocrmApicreateContactNotePOST /contacts/{contactId}/notesCreate a note for a contact
Zohocrm.ZohocrmApicreateLeadPOST /leadsCreate a new lead in the CRM system. Lead creation will flow through Cloud Elements to your CRM service. With the exception of the 'id' field, the required fields indicated in the 'Lead' model are those required to create a new lead.
Zohocrm.ZohocrmApicreateLeadNotePOST /leads/{leadId}/notesCreate a note for a lead
Zohocrm.ZohocrmApicreateOpportunitPOST /opportunitiesCreate a new opportunity in the CRM system. Opportunity creation will flow through Cloud Elements to your CRM service. With the exception of the 'id' field, the required fields indicated in the 'Opportunity' model are those required to create a new opportunity.
Zohocrm.ZohocrmApicreateOpportunitNotePOST /opportunities/{opportunityId}/notesCreate a note for an opportunity
Zohocrm.ZohocrmApicreateTaskPOST /tasksCreate a task
Zohocrm.ZohocrmApideleteAccountByIdDELETE /accounts/{id}Delete an account associated with a given ACCOUNTID from your CRM system.\nSpecifying an account associated with a given ACCOUNTID that does not exist will result in an error message.
Zohocrm.ZohocrmApideleteAccountsNoteByNoteIdDELETE /accounts/{accountId}/notes/{noteId}Delete a note for an account
Zohocrm.ZohocrmApideleteActivitiesCallByCallIdDELETE /activities-calls/{callId}Delete a call
Zohocrm.ZohocrmApideleteActivitiesEventByEventIdDELETE /activities-events/{eventId}Delete an event
Zohocrm.ZohocrmApideleteByIdDELETE /{objectName}/{id}Delete an object associated with a given object name and ID from the CRM system. Specifying an object associated with a given objectName and ID that does not exist will result in an error message.
Zohocrm.ZohocrmApideleteCampaignByIdDELETE /campaigns/{id}Delete a campaign associated with a given CAMPAIGNID from your CRM system.\nSpecifying a contact associated with a given CAMPAIGNID that does not exist will result in an error message. .
Zohocrm.ZohocrmApideleteContactByIdDELETE /contacts/{id}Delete a contact associated with a given CONTACTID from your CRM system.\nSpecifying a contact associated with a given CONTACTID that does not exist will result in an error message. .
Zohocrm.ZohocrmApideleteContactsNoteByNoteIdDELETE /contacts/{contactId}/notes/{noteId}Delete a note for a contact
Zohocrm.ZohocrmApideleteLeadByIdDELETE /leads/{id}Delete a lead associated with a given LEADID from the CRM system. Specifying a leadassociated with a given LEADID that does not exist will result in an error message. \n
Zohocrm.ZohocrmApideleteLeadsNoteByNoteIdDELETE /leads/{leadId}/notes/{noteId}Delete a note for a lead
Zohocrm.ZohocrmApideleteOpportunitByIdDELETE /opportunities/{id}Delete an opportunity associated with a given POTENTIALID from the CRM system. Specifying an opportunity associated with a given POTENTIALID that does not exist will result in an error message.
Zohocrm.ZohocrmApideleteOpportunitiesNoteByNoteIdDELETE /opportunities/{opportunityId}/notes/{noteId}Delete a note for an opportunity
Zohocrm.ZohocrmApideleteTaskByTaskIdDELETE /tasks/{taskId}Delete a task
Zohocrm.ZohocrmApigetAccountByIdGET /accounts/{id}Retrieve an account associated with a given ACCOUNTID from the CRM system.Specifying an account with a specified ACCOUNTID that does not exist will result in an error response.
Zohocrm.ZohocrmApigetAccountsGET /accountsFind accounts in the CRM system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. For example, to search for all accounts whose name contains the word 'data', the search expression parameter will be <i>where=name like '%data%'</i>. If a search expression is not provided, then the first 200 records will be returned. <p>If a value of true is specified for the includeDeleted flag, then any soft-deleted records will also be considered in the searched records.
Zohocrm.ZohocrmApigetAccountsNoteByNoteIdGET /accounts/{accountId}/notes/{noteId}Retrieve a note for an account
Zohocrm.ZohocrmApigetAccountsNotesGET /accounts/{accountId}/notesList notes for an account
Zohocrm.ZohocrmApigetActivitiesCallByCallIdGET /activities-calls/{callId}Retrieve a call
Zohocrm.ZohocrmApigetActivitiesCallsGET /activities-callsSearch for calls
Zohocrm.ZohocrmApigetActivitiesEventByEventIdGET /activities-events/{eventId}Retrieve an event
Zohocrm.ZohocrmApigetActivitiesEventsGET /activities-eventsSearch for events
Zohocrm.ZohocrmApigetBulkByObjectNameGET /bulk/{id}/{objectName}<span class='betaAPI'>beta</span> Retrieve the results of an asynchronous bulk query.
Zohocrm.ZohocrmApigetBulkStatusGET /bulk/{id}/status<span class='betaAPI'>beta</span> Retrieve the status of a bulk job.
Zohocrm.ZohocrmApigetByIdGET /{objectName}/{id}Retrieve an object associated with a given ID from the CRM system.Specifying an object with a specified ID that does not exist will result in an error response.
Zohocrm.ZohocrmApigetByObjectNameGET /{objectName}Find objects in the CRM system, using the provided object name and CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. For example, to search for all contacts whose name contains the word 'data', the search expression parameter will be <i>where=name like '%data%'</i>. If a search expression is not provided, then the first 200 records will be returned. <p>If a value of true is specified for the includeDeleted flag, then any soft-deleted records will also be considered in the searched records.
Zohocrm.ZohocrmApigetCampaignByIdGET /campaigns/{id}Retrieve a campaign associated with a given CAMPAIGNID from the CRM system.Specifying a contact with a specified CAMPAIGNID that does not exist will result in an error response.
Zohocrm.ZohocrmApigetCampaignsGET /campaignsFind campaigns in the CRM system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. For example, to search for all contacts whose name contains the word 'jones', the search expression parameter will be <i>where=name='%jones%'</i>. If a search expression is not provided, then the first 200 records will be returned. <p>If a value of true is specified for the includeDeleted flag, then any soft-deleted records will also be considered in the searched records.
Zohocrm.ZohocrmApigetContactByIdGET /contacts/{id}Retrieve a contact associated with a given CONTACTID from the CRM system.Specifying a contact with a specified CONTACTID that does not exist will result in an error response.
Zohocrm.ZohocrmApigetContactsGET /contactsFind contacts in the CRM system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. For example, to search for all contacts whose name contains the word 'jones', the search expression parameter will be <i>where=name='%jones%'</i>. If a search expression is not provided, then the first 200 records will be returned. <p>If a value of true is specified for the includeDeleted flag, then any soft-deleted records will also be considered in the searched records.
Zohocrm.ZohocrmApigetContactsNoteByNoteIdGET /contacts/{contactId}/notes/{noteId}Retrieve a note for a contact
Zohocrm.ZohocrmApigetContactsNotesGET /contacts/{contactId}/notesList notes for a contact
Zohocrm.ZohocrmApigetLeadByIdGET /leads/{id}Retrieve a lead associated with a given LEADID from the CRM system.Specifying a lead with a specified LEADID that does not exist will result in an errorresponse.
Zohocrm.ZohocrmApigetLeadsGET /leadsFind leads in the CRM system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. For example, to search for all leads whose name contains the word 'data', the search expression parameter will be <i>where=name like '%data%'</i>. If a search expression is not provided, then the first 200 records will be returned. <p>If a value of true is specified for the includeDeleted flag, then any soft-deleted records will also be considered in the searched records.
Zohocrm.ZohocrmApigetLeadsNoteByNoteIdGET /leads/{leadId}/notes/{noteId}Retrieve a note for a lead
Zohocrm.ZohocrmApigetLeadsNotesGET /leads/{leadId}/notesList notes for a lead
Zohocrm.ZohocrmApigetObjectsGET /objectsGet a list of all the available objects.
Zohocrm.ZohocrmApigetObjectsMetadataGET /objects/{objectName}/metadataGet a list of all the field for an object.
Zohocrm.ZohocrmApigetOpportunitByIdGET /opportunities/{id}Retrieve an opportunity associated with a given POTENTIALID from the CRM system.Specifying an opportunity with a specified POTENTIALID that does not exist will result in an error response.
Zohocrm.ZohocrmApigetOpportunitiesGET /opportunitiesFind opportunities in the CRM system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. For example, to search for all opportunities whose name contains the word 'data', the search expression parameter will be <i>where=name like '%data%'</i>. If a search expression is not provided, then the first 200 records will be returned. <p>If a value of true is specified for the includeDeleted flag, then any soft-deleted records will also be considered in the searched records.
Zohocrm.ZohocrmApigetOpportunitiesNoteByNoteIdGET /opportunities/{opportunityId}/notes/{noteId}Retrieve a note for an opportunity
Zohocrm.ZohocrmApigetOpportunitiesNotesGET /opportunities/{opportunityId}/notesList notes for an opportunity
Zohocrm.ZohocrmApigetPingGET /pingPing the Element to confirm that the Hub Element has a heartbeat. If the Element does not have a heartbeat, an error message will be returned.
Zohocrm.ZohocrmApigetTaskByTaskIdGET /tasks/{taskId}Retrieve a task
Zohocrm.ZohocrmApigetTasksGET /tasksSearch for tasks
Zohocrm.ZohocrmApigetUsersGET /usersFind users in the CRM system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. For example, to search for all users whose name contains the word 'smith', the search expression parameter will be <i>where=name='%smith%'</i>. If a search expression is not provided, then the first 200 records will be returned. <p>If a value of true is specified for the includeDeleted flag, then any soft-deleted records will also be considered in the searched records.
Zohocrm.ZohocrmApiupdateAccountByIdPATCH /accounts/{id}Update an account associated with a given ACCOUNTID in the CRM system. The update API uses the PATCH HTTP verb, so only those fields provided in the account object will be updated, and those fields not provided will be left aloneUpdating an account with a specified ACCOUNTID that does not exist will result in an error response.
Zohocrm.ZohocrmApiupdateAccountsNoteByNoteIdPATCH /accounts/{accountId}/notes/{noteId}Update a note for an account
Zohocrm.ZohocrmApiupdateActivitiesCallByCallIdPATCH /activities-calls/{callId}Update a call
Zohocrm.ZohocrmApiupdateActivitiesEventByEventIdPATCH /activities-events/{eventId}Update an event
Zohocrm.ZohocrmApiupdateByIdPATCH /{objectName}/{id}Update an object associated with a given object name and ID in the CRM system. The update API uses the PATCH HTTP verb, so only those fields provided in the object will be updated, and those fields not provided will be left alone.Updating an object with a specified ID that does not exist will result in an error response.
Zohocrm.ZohocrmApiupdateCampaignByIdPATCH /campaigns/{id}Update the contact associated with the given CAMPAIGNID in the CRM system. The update API uses the PATCH HTTP verb, so only those fields provided in the contact object will be updated, and those fields not provided will be left aloneUpdating a contact with a specified CAMPAIGNID that does not exist will result in an error response.
Zohocrm.ZohocrmApiupdateContactByIdPATCH /contacts/{id}Update the contact associated with the given CONTACTID in the CRM system. The update API uses the PATCH HTTP verb, so only those fields provided in the contact object will be updated, and those fields not provided will be left aloneUpdating a contact with a specified CONTACTID that does not exist will result in an error response.
Zohocrm.ZohocrmApiupdateContactsNoteByNoteIdPATCH /contacts/{contactId}/notes/{noteId}Update a note for a contact
Zohocrm.ZohocrmApiupdateLeadByIdPATCH /leads/{id}Update a lead associated with the given LEADID in the CRM system. The update API uses the PATCH HTTP verb, so only those fields provided in the lead object will be updated, and those fields not provided will be left alone.Updating a lead with a specified LEADID that does not exist will result in an error response.
Zohocrm.ZohocrmApiupdateLeadsNoteByNoteIdPATCH /leads/{leadId}/notes/{noteId}Update a note for a lead
Zohocrm.ZohocrmApiupdateOpportunitByIdPATCH /opportunities/{id}Update the opportunity associated with the given POTENTIALID in the CRM system. The update API uses the PATCH HTTP verb, so only those fields provided in the opportunity object will be updated, and those fields not provided will be left alone.Updating an opportunity with a specified POTENTIALID that does not exist will result in an error response.
Zohocrm.ZohocrmApiupdateOpportunitiesNoteByNoteIdPATCH /opportunities/{opportunityId}/notes/{noteId}Update a note for an opportunity
Zohocrm.ZohocrmApiupdateTaskByTaskIdPATCH /tasks/{taskId}Update a task

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

1.0.0

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago