Zoho CRM How to create records with API V2 using PostMan

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.ค. 2020
  • #zoho #zohocrm #postman #api
    In this video you will learn how to insert a lead in to Zoho CRM using its Rest API V2 by PostMan.
    Find me on:
    ==================================
    👉 Facebook: / robizshow
    👉 Twitter: / robicse11127
    👉 Linkedin: / md-rabiul-islam-robi-2...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 56

  • @cgeorge2k9
    @cgeorge2k9 9 หลายเดือนก่อน +1

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

  • @hasanardanuc7038
    @hasanardanuc7038 2 ปีที่แล้ว

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

  • @srgopal
    @srgopal 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!

  • @megasoft3555
    @megasoft3555 ปีที่แล้ว

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

  • @gopijtech
    @gopijtech 3 ปีที่แล้ว

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

  • @softmerit25
    @softmerit25 ปีที่แล้ว

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

  • @robolex5992
    @robolex5992 2 ปีที่แล้ว +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.

  • @adnannazir7675
    @adnannazir7675 ปีที่แล้ว

    Very informative & yes it works, Thank You

  • @subhasisdas9916
    @subhasisdas9916 11 หลายเดือนก่อน

    really helpful video sir

  • @CheeWengNg
    @CheeWengNg 3 ปีที่แล้ว +1

    you saved my day. thanks alot :D

  • @lindaress116
    @lindaress116 3 ปีที่แล้ว

    You rocks and save my day

  • @roberthriera5541
    @roberthriera5541 ปีที่แล้ว

    Gracias por el aporte, me funciono..!!

  • @phutruong9687
    @phutruong9687 3 ปีที่แล้ว

    Good video. thank you

  • @sravankumarpabolu7097
    @sravankumarpabolu7097 3 ปีที่แล้ว +1

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

  • @georgecall1543
    @georgecall1543 2 ปีที่แล้ว

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

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

  • @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 2 ปีที่แล้ว

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

  • @pritam1754
    @pritam1754 2 ปีที่แล้ว

    Zoho crm and zoho inventory both are same or different?

  • @ShaniMehar009
    @ShaniMehar009 2 ปีที่แล้ว

    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.

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

  • @jangeles
    @jangeles 2 ปีที่แล้ว +1

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

  • @inkdry101
    @inkdry101 2 ปีที่แล้ว

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

  • @verderekshakrista8673
    @verderekshakrista8673 11 หลายเดือนก่อน

    Funciona it's works

  • @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 2 ปีที่แล้ว

    can we add data in custom field ?

  • @ramanprajapati5266
    @ramanprajapati5266 ปีที่แล้ว +5

    Facing issue invalid client.

  • @bricktube3871
    @bricktube3871 2 ปีที่แล้ว

    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

  • @alishakumari9096
    @alishakumari9096 ปีที่แล้ว

    how we can record data in custom module

  • @prernamittal3774
    @prernamittal3774 3 ปีที่แล้ว

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

    • @RobizShow
      @RobizShow  3 ปีที่แล้ว

      Nope. You can do it with free account also.

  • @qasimabbas2318
    @qasimabbas2318 ปีที่แล้ว +3

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

    • @qasimabbas2318
      @qasimabbas2318 9 หลายเดือนก่อน

      @@user-ul2ck8gl8w yes resolved :)

    • @shaikhsohel7494
      @shaikhsohel7494 5 หลายเดือนก่อน

      What was the error facing same issue

    • @stars-and-clouds
      @stars-and-clouds 5 หลายเดือนก่อน

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

  • @codegram6617
    @codegram6617 ปีที่แล้ว +1

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

    • @charugupta8362
      @charugupta8362 10 หลายเดือนก่อน

      same problem , how did you solved?

  • @qasimabbas2318
    @qasimabbas2318 9 หลายเดือนก่อน

    any lead api free intregation

  • @deepakverma-uo7pf
    @deepakverma-uo7pf 2 ปีที่แล้ว

    my first request is not complete

  • @udaytejagandepalli5511
    @udaytejagandepalli5511 3 ปีที่แล้ว +2

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

    • @komal1090
      @komal1090 3 ปีที่แล้ว +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 3 ปีที่แล้ว

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

  • @skullcode8856
    @skullcode8856 2 ปีที่แล้ว

    I am getting CORS error

    • @MF_380
      @MF_380 ปีที่แล้ว

      Any luck? I am getting same error from react js

  • @robinrajmurugesan4125
    @robinrajmurugesan4125 3 ปีที่แล้ว +1

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

    • @RobizShow
      @RobizShow  3 ปีที่แล้ว

      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

  • @FunDaPitara
    @FunDaPitara ปีที่แล้ว

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

    • @verderekshakrista8673
      @verderekshakrista8673 11 หลายเดือนก่อน

      revisa el headers que todos se encuentre bien escrito