Zoho CRM Custom Connections
Hey Everyone,
I'm working on adding a connection as a custom service in CRM. I have all of the required credentials for Oauth2.0, but I'm having trouble with authentication, though it is working for me in my Postman client. When I insert all of my credentials, I am getting the following error:
This error isn't giving me any indication of what is going wrong with the authentication.
I am not sure which parameters I should and shouldn't include in the URLs (include scope & client_id in the query string?) Here are some details on the connection. I would love some direction on how to structure all of this in the Custom Service tool in Zoho CRM.
- The "Authorize URL" contains the following parameters:
- client_id=<MY_CLIENT_ID>
- response_type=code
- redirect_uri=<MY_REDIRECT_URI>
- scope=<MY_SCOPES>
- I am not able to put the scopes in here, since that puts spaces in the URL
- Does the "Scope" field under "Connection Details" insert the scopes into the "Authorize URL"?
- The "Access Token URL" needs the following in the POST request:
- grant_type="authorization_code"
- client_id=<MY_CLIENT_ID>
- client_secret=<MY_CLIENT_SECRET>
- redirect_uri=<MY_REDIRECT_URI>
- code=<MY_CODE> (from authorization endpoint)
Enabling this connection would be extremely beneficial. I'd love to hear your thoughts and opinions on this!
Thanks,
Kurt Volmar
kurt[at]camberdynamics.com