Zoho CRM How to create records with API V2 using PostMan

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 56

  • @cgeorge2k9
    @cgeorge2k9 Рік тому +3

    You made my day. I have looked all over the Internet for such a clear explanation as yours. Thank you, brother.

  • @megasoft3555
    @megasoft3555 Рік тому

    Thank you so much. I can confirm this is working with Zoho Inventory. Writing a C# app, this helped me a lot!

  • @robolex5992
    @robolex5992 3 роки тому +1

    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.

  • @hasanardanuc7038
    @hasanardanuc7038 3 роки тому

    Even when I connected to Zoho live support they were not that helpful. Thank you very much, I got my job done.

  • @sravankumarpabolu7097
    @sravankumarpabolu7097 4 роки тому +1

    Can we do vice versa? I mean adding deal in ZOHO should create a record in my application

  • @srgopal
    @srgopal 6 місяців тому +2

    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!

  • @gopijtech
    @gopijtech 4 роки тому

    Thank you very much I was stuck at api you gave me a start .. thank you

  • @admincosine3d504
    @admincosine3d504 3 роки тому +1

    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.

    • @LEduardofd
      @LEduardofd 3 роки тому

      I'm having the same issue. Did you solved this problem?

  • @softmerit25
    @softmerit25 Рік тому

    Thanks a bunch!. Great and a well explanatory video.

  • @adnannazir7675
    @adnannazir7675 2 роки тому

    Very informative & yes it works, Thank You

  • @ramanprajapati5266
    @ramanprajapati5266 2 роки тому +5

    Facing issue invalid client.

  • @pawntozy
    @pawntozy Рік тому

    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?

  • @pritam1754
    @pritam1754 3 роки тому

    Zoho crm and zoho inventory both are same or different?

  • @subhasisdas9916
    @subhasisdas9916 Рік тому

    really helpful video sir

  • @mananapka
    @mananapka Рік тому

    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?

  • @inkdry101
    @inkdry101 3 роки тому

    Is it possible to obtain a grant code without having to manually create a self client every time?

  • @ShaniMehar009
    @ShaniMehar009 3 роки тому

    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.

  • @georgecall1543
    @georgecall1543 3 роки тому

    Great Video. can this be applied through C# SDK?

  • @ygvanz
    @ygvanz 3 роки тому

    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
      @RobizShow  3 роки тому +1

      You can check for the specific permission. But if you are not sure then enable the default one that permits everything.

    • @ygvanz
      @ygvanz 3 роки тому

      @@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?

  • @MeetPatel_01
    @MeetPatel_01 3 роки тому

    can we add data in custom field ?

  • @jangeles
    @jangeles 3 роки тому +1

    Thanks, this is not documented anywhere. With this method I was able to connect to Sales IQ APIs, just following the analogy.

  • @ViewMyBits
    @ViewMyBits 3 роки тому

    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?

    • @jeffwilkie3428
      @jeffwilkie3428 Рік тому

      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

  • @qasimabbas2318
    @qasimabbas2318 2 роки тому +3

    {
    "error": "invalid_client"
    } bus same info what a issue

    • @qasimabbas2318
      @qasimabbas2318 Рік тому

      @@user-ul2ck8gl8w yes resolved :)

    • @shaikhsohel7494
      @shaikhsohel7494 11 місяців тому

      What was the error facing same issue

    • @stars-and-clouds
      @stars-and-clouds 11 місяців тому

      hey! How did you resolve your issue? I am having the same problem.

  • @alishakumari9096
    @alishakumari9096 2 роки тому

    how we can record data in custom module

  • @CheeWengNg
    @CheeWengNg 4 роки тому +1

    you saved my day. thanks alot :D

  • @roberthriera5541
    @roberthriera5541 2 роки тому

    Gracias por el aporte, me funciono..!!

  • @prernamittal3774
    @prernamittal3774 4 роки тому

    hi do we need to create some paid login or something. It is not generating code for me

    • @RobizShow
      @RobizShow  4 роки тому

      Nope. You can do it with free account also.

  • @codegram6617
    @codegram6617 2 роки тому +1

    {
    "code": "AUTHENTICATION_FAILURE",
    "details": {},
    "message": "Authentication failed",
    "status": "error"
    }
    I'm facing this issue plz help me

  • @phutruong9687
    @phutruong9687 3 роки тому

    Good video. thank you

  • @lindaress116
    @lindaress116 3 роки тому

    You rocks and save my day

  • @udaytejagandepalli5511
    @udaytejagandepalli5511 4 роки тому +2

    i am getting invalid client. { "error" : "invalid_cleint" }

    • @komal1090
      @komal1090 4 роки тому +2

      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

    • @sanchitsachdeva6486
      @sanchitsachdeva6486 4 роки тому

      @@komal1090 Thank you so much brother, I was so much irritated with this invalid client issue. Thank you

  • @skullcode8856
    @skullcode8856 3 роки тому

    I am getting CORS error

    • @MF_380
      @MF_380 Рік тому

      Any luck? I am getting same error from react js

  • @qasimabbas2318
    @qasimabbas2318 Рік тому

    any lead api free intregation

  • @deepakverma-uo7pf
    @deepakverma-uo7pf 3 роки тому

    my first request is not complete

  • @robinrajmurugesan4125
    @robinrajmurugesan4125 4 роки тому +1

    I am getting invalid client
    {
    "error": "invalid_client"
    }
    please give solution

    • @RobizShow
      @RobizShow  4 роки тому

      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

  • @AlTheHat
    @AlTheHat 2 роки тому +8

    This is such a horrible auth flow

  • @verderekshakrista8673
    @verderekshakrista8673 Рік тому

    Funciona it's works

  • @FunDaPitara
    @FunDaPitara 2 роки тому

    {
    "code": "OAUTH_SCOPE_MISMATCH",
    "details": {},
    "message": "invalid oauth scope to access this URL",
    "status": "error"
    }