Questions tagged [zcrmsdk]

3 questions
1
vote
0 answers

zcrmsdk\crm\crud\ZCRMRecord returned object get data

Using this awesome package, I'm having trouble on how to get the actual value from the returned data from ZohoCRM. Here's an example: Using dd(): zcrmsdk\crm\crud\ZCRMRecord {#1 ▼ -entityId: "111" -moduleApiName: "Leads" -lineItems: [] …
user3233787
  • 379
  • 1
  • 10
  • 32
1
vote
0 answers

Solving Invalid Code Error in ZohoCRM-SDK

I'm using Zoho CRM Nodejs SDK zcrmsdk to get all users. const { OAuthToken, TokenType } = require('zcrmsdk/models/authenticator/oauth_token'); let token = new OAuthToken( '1000.XXXX', '4eXXXX', …
Shadab Faiz
  • 2,380
  • 1
  • 18
  • 28
0
votes
0 answers

zcrmsdk for python -- ImportError: cannot import name 'ZCRMRestClient' from 'zcrmsdk'

I installed zcrmsdk as many doc said in Zoho: pip install zcrmsdk Every example start with: from zcrmsdk import ZCRMRestClient,ZohoOAuth but, this line failed with : ImportError: cannot import name 'ZCRMRestClient' from 'zcrmsdk' so, is there any…
bogo
  • 1