Hi team,
We are working on a integration using Zoho CRM api's for that we have the following query;
There are three type of url's associated with Zoho CRM accounts:
CRM view : crm.zoho.com
Oauth account: accounts.zoho.com
Api Url: zohoapis.com
So,
Is there a possibility that a user from one domain e.g. " crm.zoho.eu " can have Oauth account url or api-url in any other domain like "accounts.zoho.com" or "zohoapis.in".
Basically we are developing an integration using Zoho CRM api's and we need above mentioned three urls, so do we need any input from user to select domain and then generate url's. e.g. if user selects "zoho.eu" domain the value of these urls can be generated as;
CRM view : crm.zoho.eu
Oauth account: accounts.zoho.eu
Api Url: zohoapis.eu
OR
We can keep it dynamic when we receive the value of account url and api url in callback query parameters and based on account url we can generate CRM url.
Thanks