Hi,
We have our custom webapp which we need to integrate with Zoho via API as some of our clients are using Zoho, so we have to build a integration with Zoho to pull some data from clients zoho crm. I tried zoho php sdk and it works but I am getting errors when I try to test the oauth using same clientID for different clients.
I am reading the documentation but I am not able to understand how to set this up. I want to access different clients zoho data using single Client ID. I cannot configure client Id for each client manually as that fails the purpose of having app integration. Do I have to build an creator App ? but then how will get the clientid of the creator app and will it be able to fetch the data(leads, contacts) via API (as creator app is a UI based app for ex new custom Form, Report) ?
Can you please guide me as how to do this ? i.e use one client ID in Zoho API (oauth) and client should be able to give access to our app, so that we can read the data and present it in the format through our webapp ( a php laravel based app)