Skip to content

Releases: zoho/zohocrm-nodejs-sdk-6.0

2.0.0

24 Apr 06:20
675e364
Compare
Choose a tag to compare

2.0.0

  • Changed favorite field datatype in CustomViews.
  • Changed tabTraversal field datatype in Layouts Sections.
  • Changed phone and mobile field datatype in Users.
  • Added new moveAttachmentsTo field in LeadConverter class.
  • Added new subCategory field in EmailRelatedRecords Status class.
  • Added new availableCount field in Features Detail class.
  • Support for the following new APIs.

For more details, kindly refer here.

  • Install NodeJS SDK

    • Navigate to the workspace of your client app.

    • Run the command below:

      npm install @zohocrm/nodejs-sdk-6.0@2.0.0

Dependencies

  • Dependencies that should be included in the project

    • install form-data
      npm i form-data
    • install got
      npm i got
    • install moment-timezone
      npm i moment-timezone
    • install mysql
      npm i mysql
    • install tunnel
      npm i tunnel
    • install winston
      npm i winston

1.0.0

20 Dec 08:29
bcb0b2b
Compare
Choose a tag to compare

1.0.0

For more details, kindly refer here.

  • Install NodeJS SDK

    • Navigate to the workspace of your client app.

    • Run the command below:

      npm install @zohocrm/nodejs-sdk-6.0@1.0.0

Dependencies

  • Dependencies that should be included in the project

    • install form-data
      npm i form-data
    • install got
      npm i got
    • install moment-timezone
      npm i moment-timezone
    • install mysql
      npm i mysql
    • install tunnel
      npm i tunnel
    • install winston
      npm i winston