Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zcrmsdk

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zcrmsdk - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "zcrmsdk",
"version": "0.0.2",
"version": "0.0.3",
"description": "Node SDK for Zoho CRM",

@@ -5,0 +5,0 @@ "main": "lib/js/ZCRMRestClient",

@@ -12,16 +12,17 @@ ##Node JS SDK for Zoho CRM

Since Zoho CRM APIs are authenticated with OAuth2 standards, you should register your client app with Zoho. To register your app:
1. Visit this page https://accounts.zoho.com/developerconsole.
2. Click on “Add Client ID”.
- Visit this page https://accounts.zoho.com/developerconsole.
3. Enter Client Name, Client Domain and Redirect URI.
- Click on “Add Client ID”.
4. Select the Client Type as "Web based".
- Enter Client Name, Client Domain and Redirect URI.
5. Click “Create”.
- Select the Client Type as "Web based".
6. Your Client app would have been created and displayed by now.
- Click “Create”.
7. The newly registered app's Client ID and Client Secret can be found by clicking Options → Edit.
(Options is the three dot icon at the right corner).
- Your Client app would have been created and displayed by now.
- The newly registered app's Client ID and Client Secret can be found by clicking Options → Edit.
(Options is the three dot icon at the right corner).
##Installation of Node CRM SDK

@@ -43,6 +44,5 @@

```
zcrmsdk will try reading file from **'resources/oauth_configuration.properties'**
```

@@ -105,12 +105,12 @@ Please fill the values for the following keys alone.

1. Visit https://accounts.zoho.com/developerconsole
- Visit https://accounts.zoho.com/developerconsole
2. Click Options → Self Client of the client for which you wish to authorize.
- Click Options → Self Client of the client for which you wish to authorize.
3. Enter one or more (comma separated) valid Zoho CRM scopes that you wish to authorize in the “Scope” field and choose the time of expiry. Provide “aaaserver.profile.READ” scope along with Zoho CRM scopes.
a. Copy the grant token for backup.
- Enter one or more (comma separated) valid Zoho CRM scopes that you wish to authorize in the “Scope” field and choose the time of expiry. Provide “aaaserver.profile.READ” scope along with Zoho CRM scopes.
- Copy the grant token for backup.
b. Generate refresh_token from grant token by making a POST request with the URL below https://accounts.zoho.com/oauth/v2/token?code={grant_token}&redirect_uri={redirect_uri}&client_id={client_id}&client_secret={client_secret}&grant_type=authorization_code
- Generate refresh_token from grant token by making a POST request with the URL below https://accounts.zoho.com/oauth/v2/token?code={grant_token}&redirect_uri={redirect_uri}&client_id={client_id}&client_secret={client_secret}&grant_type=authorization_code
c. Copy the refresh token for backup.
- Copy the refresh token for backup.

@@ -117,0 +117,0 @@ Please note that the generated grant token is valid only for the stipulated time you chose while generating it. Hence, the access and refresh tokens should be generated within that time.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc