- Joined
- May 2, 2022
- Messages
- 11
- Reaction score
- 0
Hi 3CX engineers,
I've been struggling with the integration I was asked to create between 3CX and Zoho Bigin. Although I am aware that integration with Zoho Bigin, contrary to Zoho CRM, isn't supported by 3CX, I tried to use the CRM Template Wizard to create a valid solution. When I tried to integrate 3CX and Bigin, however, I encountered an error below:
Error occured while accessing CRM. Please check log provided.
Started OAuthGetRefreshToken
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 redirect_uri set to https://xxx.3cx.pl:5001/api/oauth2crm
Request form value state set to XXX
Request form value scope set to ZohoBigin.modules.ALL,ZohoBigin.settings.ALL,ZohoBigin.users.ALL,ZohoBigin.org.ALL,ZohoBigin.notifications.ALL,ZohoBigin.bulk.ALL
Response text: {"access_token":"XXX","scope":"ZohoBigin.modules.ALL ZohoBigin.settings.ALL ZohoBigin.users.ALL ZohoBigin.org.ALL ZohoBigin.notifications.ALL ZohoBigin.bulk.ALL","api_domain":"https://www.zohoapis.eu","token_type":"Bearer","expires_in":3600}
Response finished
Finished OAuthGetRefreshToken
System.Exception: CRM call result is empty or null
at ManagementConsoleJS.Controllers.OAuth2CrmController.OAuth(String state, CrmProcessorFactoryDelegate crmProcessorFactory, IMemoryCache cache)
I send you my generated XML along with a sample API request I made using postman.com and JSON response. I'd be glad if you could help me with my issue
Cheers,
Jan Filipowski.
I've been struggling with the integration I was asked to create between 3CX and Zoho Bigin. Although I am aware that integration with Zoho Bigin, contrary to Zoho CRM, isn't supported by 3CX, I tried to use the CRM Template Wizard to create a valid solution. When I tried to integrate 3CX and Bigin, however, I encountered an error below:
Error occured while accessing CRM. Please check log provided.
Started OAuthGetRefreshToken
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 redirect_uri set to https://xxx.3cx.pl:5001/api/oauth2crm
Request form value state set to XXX
Request form value scope set to ZohoBigin.modules.ALL,ZohoBigin.settings.ALL,ZohoBigin.users.ALL,ZohoBigin.org.ALL,ZohoBigin.notifications.ALL,ZohoBigin.bulk.ALL
Response text: {"access_token":"XXX","scope":"ZohoBigin.modules.ALL ZohoBigin.settings.ALL ZohoBigin.users.ALL ZohoBigin.org.ALL ZohoBigin.notifications.ALL ZohoBigin.bulk.ALL","api_domain":"https://www.zohoapis.eu","token_type":"Bearer","expires_in":3600}
Response finished
Finished OAuthGetRefreshToken
System.Exception: CRM call result is empty or null
at ManagementConsoleJS.Controllers.OAuth2CrmController.OAuth(String state, CrmProcessorFactoryDelegate crmProcessorFactory, IMemoryCache cache)
I send you my generated XML along with a sample API request I made using postman.com and JSON response. I'd be glad if you could help me with my issue
Cheers,
Jan Filipowski.


