- Joined
- May 23, 2022
- Messages
- 6
- Reaction score
- 5
Hi, when we try to refresh token from 3CX and authorize Zoho CRM doesn't work and we have this message:
Error occured while accessing CRM. Please check log provided.
Started OAuthGetAccessToken
Request text: https://accounts.zoho.eu/oauth/v2/token
Request form value code set to xxx
Request form value grant_type set to authorization_code
Request form value client_id set to xxx
Request form value client_secret set to xxx
Request form value scope set to ZohoCRM.modules.accounts.READ,ZohoCRM.modules.leads.READ,ZohoCRM.modules.contacts.READ,ZohoCRM.modules.contacts.CREATE,ZohoCRM.modules.calls.CREATE,ZohoCRM.modules.tasks.CREATE,ZohoCRM.users.READ
Request form value redirect_uri set to https://iviaggidellimperatore.my3cx.it:5001/api/oauth2crm
Request form value state set to xxx
Response text: {"access_token":"xxx","refresh_token":"xxx","scope":"ZohoCRM.modules.tasks.CREATE ZohoCRM.modules.accounts.READ ZohoCRM.modules.contacts.READ ZohoCRM.modules.contacts.CREATE ZohoCRM.modules.calls.CREATE ZohoCRM.users.READ ZohoCRM.modules.leads.READ ZohoCRM.modules.leads.CREATE","api_domain":"https://www.zohoapis.eu","token_type":"Bearer","expires_in":3600}
Response finished
Variable Result set to
Finished OAuthGetAccessToken
System.Exception: CRM call result is empty or null
at ManagementConsoleJS.Controllers.OAuth2CrmController.OAuth(String state, CrmProcessorFactoryDelegate crmProcessorFactory, IMemoryCache cache)
Thanks for your support.
Error occured while accessing CRM. Please check log provided.
Started OAuthGetAccessToken
Request text: https://accounts.zoho.eu/oauth/v2/token
Request form value code set to xxx
Request form value grant_type set to authorization_code
Request form value client_id set to xxx
Request form value client_secret set to xxx
Request form value scope set to ZohoCRM.modules.accounts.READ,ZohoCRM.modules.leads.READ,ZohoCRM.modules.contacts.READ,ZohoCRM.modules.contacts.CREATE,ZohoCRM.modules.calls.CREATE,ZohoCRM.modules.tasks.CREATE,ZohoCRM.users.READ
Request form value redirect_uri set to https://iviaggidellimperatore.my3cx.it:5001/api/oauth2crm
Request form value state set to xxx
Response text: {"access_token":"xxx","refresh_token":"xxx","scope":"ZohoCRM.modules.tasks.CREATE ZohoCRM.modules.accounts.READ ZohoCRM.modules.contacts.READ ZohoCRM.modules.contacts.CREATE ZohoCRM.modules.calls.CREATE ZohoCRM.users.READ ZohoCRM.modules.leads.READ ZohoCRM.modules.leads.CREATE","api_domain":"https://www.zohoapis.eu","token_type":"Bearer","expires_in":3600}
Response finished
Variable Result set to
Finished OAuthGetAccessToken
System.Exception: CRM call result is empty or null
at ManagementConsoleJS.Controllers.OAuth2CrmController.OAuth(String state, CrmProcessorFactoryDelegate crmProcessorFactory, IMemoryCache cache)
Thanks for your support.
Last edited: