Connect to Salesforce using Postman - Web Server (Authorization Code) Flow

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • In this video you'll learn that how you can connect to your Salesforce Org using Postman. We're using the web server (authorization code) flow here.
    Chapters:
    0:00 Introduction
    0:20 Create a connected app
    0:48 Why do we need a connected app?
    1:08 Connected app setup
    3:33 Postman setup
    6:59 Authorization
    8:38 Send request to salesforce using access token
    11:03 Wrapping Up
    Salesforce Documentation on Web Server Flow: help.salesforce.com/s/article...
    LWC Todo App Project Tutorial Series - • Simplifying the Callou...
    Interested in learning about Scratch Orgs and SFDX ? Have a look at the playlist:- • Getting started with S...
    Interested in learning about Integration ? Have a look at this playlist:- • Salesforce Integration...

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

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

    Very Well Explained in Simple Manner , this is helps me a lot. I have seen more than 20+ video for the Integration of salesforce with Postman, This is best and Informative Video . 100% working.

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

    Very good. Quite simple and informative.

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

    Thanks!!! very useful

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

    Thank you very much for the video, that helped me a lot to understand some points.
    I'll appreciate it if you could make a more detailed video with more complex data manipulation examples.

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

    good job dude

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

    Good video.. Would be great to see the further details on the authorization and authentication..

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

    Hi Rahul, thanks for the video. Please also do a session on SFDC access the data from external site using same authorization code grant type.

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

    Very good! Thank you. How do you get the token without having to interact with the UI for login -- for complete automation end to end.

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

    Please make more videos on topic of authentication and authorisation

  • @Danny-oo4df
    @Danny-oo4df ปีที่แล้ว

    Does client I'd n secret get changed? Of it's a permanent number we can use any number of times?

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

    It's not allowing me to add the Callback URL. Can you help me with that? Also, Authentication Failed. I'm trying to connect paypal donation payment in to SF. Thanks in advance

  • @devendrasingh815
    @devendrasingh815 8 หลายเดือนก่อน

    How to reset textfield value on picklist none value selection?
    I have a picklist & a textfield on page layout. My requirement is when the user changes value to "none" then textfield must be auto blank .
    Like
    i selected "x" value from drop-down. Type a text in the textfield. Now again I changed picklist value "x" to "none" then textfield should be auto blank .Same as depend picklist
    User doesn't want to click on the save button. He needs auto clear same as drop-down on change set text box value in jQuery .

  • @Danny-oo4df
    @Danny-oo4df ปีที่แล้ว

    Not getting salesforce log in page...what to do? Getting blank Postman oauth 2.o window

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

    Hi Rahul, thanks for the tutorial. I have followed your steps and able to retrieve data from salesforce. can you please explain how to create a record for a sobject (standard/custom) using postman. thanks

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

      You can just use a standard REST API for the same. For example: send a POST request to the URL .my.salesforce.com/services/data/v57.0/sobjects/Account/
      and pass the following JSON in the request body:
      {
      "Name" : "My Account"
      }
      It should create a new account with name "My Account"

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

      @@sfdcstop thank you

    • @Shivakumar-367
      @Shivakumar-367 ปีที่แล้ว

      ​@@Sureshezhumalai Those videos are enough about integration??

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

    Sir how can we make refresh token?

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

    How to connect experience cloud site URl with postman for partner API enabled user
    ,could you please help me with blogs or any videos

  • @user-eb4oy7dp5d
    @user-eb4oy7dp5d ปีที่แล้ว

    Hi iam new to salesforce career after 10 long years started with admin and done with certification and iam from noncoding background can u suggest me how to go forward after admin in my career
    do i need to learn coding for integration can u please suggest

  • @Danny-oo4df
    @Danny-oo4df ปีที่แล้ว

    It is only loading not getting any pop up windows...everything is done as per vdo please help me in these