Thanks man, great tutorial. This is some essential information, and I wasn't able to find it anywhere else. Another important thing is that, depending on your region, you might have to change the domain extension to .eu (Europe) or .in (India) etc.
What kind of client would you use for an automated batch process? With the Self Client you generate the code by hand, but that requires a human. I tried the other clients (with Postman), but they pop-up a browser-based user confirmation which is not practical either. Of course, once the code is obtained, getting the token is easy.
My question is doesn't the access token expire in 10mins, I'm trying to create a lead form that saves users data to ZOHO but does that mean the token can become invalid after certain mins?
Thanks a lot,. I have questions. In APIs console there are 5 types of APIs anyone can explain to me on what scenario that I am going to use the client-base applications, server-based applications, mobile-based applications, non-browser applications and self type?
Hey, i am a developer and working on the crm api right now. I wanted to ask about the deal adding procedure. I want the deal to go to specific pipeline. I have added the pipeline parameter in the api request and added pipeline id or name both but it is not going to that pipeline. Please can anyone guide me about it.
What do I do if I want to make a website to push information to Zoho CRM and Zoho Books, should I put all the scopes oh both of them when I generated the code?
@@RobizShow I tried it and worked. What is the best practice to store these tokens if we plan on creating a website that creates invoices with node js and express framework?
Even the final code you get with this only lasts an hour. You can see it in the return....expires: 3600 (seconds). So for every request, are we supposed to first check to see if our code is valid, if not, create a new one, then send our main CRM request again?
no. you can use the Refresh Token command indefinitely, then use the result in your new request. {{accounts-url}}/oauth/v2/token call. grant_type refresh_token
I think your token get expired. Do it within 10 mins and also be sure that you are sending the first request once and save the access token else where for future use. If you hit the request twice the request will be invalid
You made my day. I have looked all over the Internet for such a clear explanation as yours. Thank you, brother.
Thank you so much. I can confirm this is working with Zoho Inventory. Writing a C# app, this helped me a lot!
Thanks man, great tutorial. This is some essential information, and I wasn't able to find it anywhere else. Another important thing is that, depending on your region, you might have to change the domain extension to .eu (Europe) or .in (India) etc.
Even when I connected to Zoho live support they were not that helpful. Thank you very much, I got my job done.
Can we do vice versa? I mean adding deal in ZOHO should create a record in my application
Thank you so much for making this video! I echo other feedback that you have one of the best explanation of how to use the CRM API!
Thank you very much I was stuck at api you gave me a start .. thank you
What kind of client would you use for an automated batch process? With the Self Client you generate the code by hand, but that requires a human. I tried the other clients (with Postman), but they pop-up a browser-based user confirmation which is not practical either. Of course, once the code is obtained, getting the token is easy.
I'm having the same issue. Did you solved this problem?
Thanks a bunch!. Great and a well explanatory video.
Very informative & yes it works, Thank You
Facing issue invalid client.
My question is doesn't the access token expire in 10mins, I'm trying to create a lead form that saves users data to ZOHO but does that mean the token can become invalid after certain mins?
Zoho crm and zoho inventory both are same or different?
really helpful video sir
Thanks a lot,. I have questions. In APIs console there are 5 types of APIs anyone can explain to me on what scenario that I am going to use the client-base applications, server-based applications, mobile-based applications, non-browser applications and self type?
Is it possible to obtain a grant code without having to manually create a self client every time?
Hey, i am a developer and working on the crm api right now. I wanted to ask about the deal adding procedure. I want the deal to go to specific pipeline. I have added the pipeline parameter in the api request and added pipeline id or name both but it is not going to that pipeline. Please can anyone guide me about it.
Great Video. can this be applied through C# SDK?
What do I do if I want to make a website to push information to Zoho CRM and Zoho Books, should I put all the scopes oh both of them when I generated the code?
You can check for the specific permission. But if you are not sure then enable the default one that permits everything.
@@RobizShow I tried it and worked. What is the best practice to store these tokens if we plan on creating a website that creates invoices with node js and express framework?
can we add data in custom field ?
Thanks, this is not documented anywhere. With this method I was able to connect to Sales IQ APIs, just following the analogy.
Even the final code you get with this only lasts an hour. You can see it in the return....expires: 3600 (seconds). So for every request, are we supposed to first check to see if our code is valid, if not, create a new one, then send our main CRM request again?
no. you can use the Refresh Token command indefinitely, then use the result in your new request. {{accounts-url}}/oauth/v2/token call. grant_type refresh_token
{
"error": "invalid_client"
} bus same info what a issue
@@user-ul2ck8gl8w yes resolved :)
What was the error facing same issue
hey! How did you resolve your issue? I am having the same problem.
how we can record data in custom module
you saved my day. thanks alot :D
Gracias por el aporte, me funciono..!!
hi do we need to create some paid login or something. It is not generating code for me
Nope. You can do it with free account also.
{
"code": "AUTHENTICATION_FAILURE",
"details": {},
"message": "Authentication failed",
"status": "error"
}
I'm facing this issue plz help me
same problem , how did you solved?
Good video. thank you
You rocks and save my day
i am getting invalid client. { "error" : "invalid_cleint" }
Domain URL should be update
With If you are from INDIA
Use Domain Url
www.zohoapis.in/crm/v2/Leads
.in will be replaced with there respective places
@@komal1090 Thank you so much brother, I was so much irritated with this invalid client issue. Thank you
I am getting CORS error
Any luck? I am getting same error from react js
any lead api free intregation
my first request is not complete
I am getting invalid client
{
"error": "invalid_client"
}
please give solution
I think your token get expired. Do it within 10 mins and also be sure that you are sending the first request once and save the access token else where for future use. If you hit the request twice the request will be invalid
This is such a horrible auth flow
why?
Funciona it's works
{
"code": "OAUTH_SCOPE_MISMATCH",
"details": {},
"message": "invalid oauth scope to access this URL",
"status": "error"
}
revisa el headers que todos se encuentre bien escrito