HOW TO USE HTTP CALLOUT POST METHOD ✅ | Summer'23 Update ♨️

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

КОМЕНТАРІ • 36

  • @aminnurahman9753
    @aminnurahman9753 24 дні тому

    Thank you. This is very helpful 👍

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

    Detailed and to the point explanation, thank you for sharing 😊

  • @dmart024
    @dmart024 8 місяців тому

    This was very helpful. Thank you for sharing this.

  • @Grafias3787
    @Grafias3787 2 місяці тому

    Thank you! Saved me from a lot of hours of debugging! I was missing the assignment step!

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

    Thanks for sharing!

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

    Very helpful! Tks for sharing!

  • @RajeshT-k3q
    @RajeshT-k3q Рік тому

    Detailed explanation.👋

  • @guess_d2s344
    @guess_d2s344 10 місяців тому

    Thanks, It helps me a lot👍👍

  • @ChelseaMartin-d9p
    @ChelseaMartin-d9p Місяць тому

    How do you then transform the response or use that to assign it to a variable and use the output later on in the flow?

  •  Рік тому +2

    This video is amazing, thank you. I would like to know If we can set an Authorizantion header dynamically in Named Credential, for exemple:
    I have an endpoint that returns a token, and I need to use this token to call others endpoints passing the token as Authorization.
    The token expires in some minutes, thats why I need a way to set the authorization dynamically.

  • @bakshirocks
    @bakshirocks 9 місяців тому

    Great Video. I have a scenario where I need to use oauth 2.0 auth provider but also need to pass few custom header values like employee ID, employee email. So can you please explain how to achieve that?

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

    Thanks for the video, Can you share the endpoint URL you referring to?

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

    @SFDC Girl You assign this permission set to your user, but in a PROD environment, should we assign to every user that will fire the flow? In my case it will be a recird triggered flow

    • @anilkumarreddymannuru8381
      @anilkumarreddymannuru8381 8 місяців тому

      Hi Jonas this is my question as well. Did you got the solutions for the above question

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

    Thanks for the tutorial.
    Does the Flow Builder automatically create the Wrapper/In_Body class when we give the sample request and response?
    Can we modify these In_Body classes?

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

      Yes.. it auto creates wrapper

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

      Hi Aman, Yes it automatically creates the classes and we can not modify them.
      Also, now after the winter'24 updates you do not have to select the class name. It is already selected by the system and you just have to give an api name for the apex defined variable.
      Please check the video I have just added for put method to understand this new update.
      Now, it is much easier because everyone was getting confused about choosing the right apex class.

  • @alexguijarro2431
    @alexguijarro2431 5 місяців тому

    Any idea about the: "Can't perform callout because of pending uncommitted changes related to a process, flow, or Apex operation. Commit or roll back the work, and then try again" error?

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

    So could this be used to push data from one Salesforce org to another ?

  • @MonikaKatarpu
    @MonikaKatarpu 10 місяців тому

    what if we have array of objects in the sample request example : "test": [
    {
    "testkey": "Test Source",
    "testvalue": "test Google"
    }
    ],

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

    Do you have any videos where you combine a GET and a POST in the same flow?

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

      Hey Patrick, I have separate videos on both the methods.

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

    how to add header information ?

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

    Where do you enter your authentication credentials like username and password?

    • @SFDCGirl
      @SFDCGirl  Рік тому +2

      You can add them while adding principal for external credentials.

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

    I have a follow up question I'm hoping you can help with. I created a flow which uses the GET and POST methods to ServiceNow to create an Incident in ServiceNow. My challenge now is to use the flow to attach a file to the Incident I created in ServiceNow. I used the upload feature in Flows to upload a file to my Salesforce ContentDocument/ContentVersion. I can easily obtain the file URI to the uploaded file in Salesforce. The trick is how do I upload the file to ServiceNow from Salesforce ContentDocument/ContentVerision?

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

    As I see here post method is still in Beta. So can use this feature in a Production environment.

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

      Hi Pranav, you can use it in production once it's available for all and not only a beta feature.

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

    I came to know that in upcoming years Salesforce completely rely on Flows, no lwc and programing necessary. So those who learnt Apex and Lwc is completely waste of time ?

    • @SFDCGirl
      @SFDCGirl  Рік тому +2

      Hey Avinash!
      Nothing goes waste when it comes to knowledge. You will get requirements for Apex and LWC as well but In this field we just need to keep ourself updated. So stay up to date and as I always say "Keep Learning".
      All the best! 👍

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

      That won’t happen

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

    Thanks!!!