How to use Connected App in Salesforce | Setup Postman for API Testing

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 23

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

    📌 Important Links :
    Salesforce API Series Playlist : bit.ly/3XyXwKb
    Download Postman : www.postman.com/downloads/
    Postman Auth Parameters : bit.ly/3XkY5aZ

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

    Timestamps :
    00:59 - What is Connected App
    02:51 - Creating Connected App
    04:08 - Postman Basics
    04:30 - Creating Postman Request
    06:44 - Getting Consumer Key and Consumer Secret
    07:30 - Fixing Auth Errors
    09:11 - Creating Account through Postman API
    12:02 - Creating custom object record through Postman API

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

    New Video - Automate SF Authentication in Postman --> ua-cam.com/video/5wo42LUdo-o/v-deo.html

  • @yoginderbagga6622
    @yoginderbagga6622 Рік тому +1

    I dont work much on Salesforce, but good to see you are really growing in your new job. And i must say your communication and accent totally improved.

  • @Anony_moouse
    @Anony_moouse 3 місяці тому

    Excellent video , just had one doubt can you explain the callback URL in detail , on what exactly you used that particular URL??

    • @ThatSalesforceGuy
      @ThatSalesforceGuy  3 місяці тому +1

      Thank you, regarding callback url, umm imagine a callback URL like a doorbell. When a computer finishes its job, it rings this special doorbell to tell your computer, 'I'm done!

  • @harshalpatil7752
    @harshalpatil7752 3 місяці тому

    Superb !

  • @TúNguyễnAnh-b7y
    @TúNguyễnAnh-b7y 22 дні тому

    thanks for your sharing, i have a question is this is the link of an external application with my own saleforce, so now i have an app that has many users, each user of the system can connect to my own saleforce. is there a way that each user in my system does not have to set up in saleforce but just needs to log in with the link and accept the permissions that my system needs to be able to access their saleforce api?

    • @ThatSalesforceGuy
      @ThatSalesforceGuy  22 дні тому

      IF you want external users to access salesforce data then you can setup SSO (Single Sign On) with JIT (Just In Time)

  • @sahilarora-ly2wy
    @sahilarora-ly2wy 4 місяці тому

    not working getting {
    "error": "invalid_grant",
    "error_description": "authentication failure"
    }
    i double check the client_id client_secret etc
    ip relaxation is selected and password+security token is also added still sam eissue

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

    i create account as Developer and i followed same steps but still getting error
    {
    "error": "invalid_grant",
    "error_description": "authentication failure"
    }

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

      @charanjitsingh815 in your request body, can you try password + security token? let me know if it works

    • @梁赤金
      @梁赤金 Рік тому

      Me too
      @@ThatSalesforceGuy

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

      Me too
      How to solve it

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

      @@GhostrunnerLi can you try password + reset security token? let me know if it works

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

      @@GhostrunnerLi also did you try steps at 07:30 - Fixing Auth Errors ?