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

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

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

  • @aminnurahman9753
    @aminnurahman9753 12 วันที่ผ่านมา

    Thank you. This is very helpful 👍

  • @sanukumar5357
    @sanukumar5357 2 หลายเดือนก่อน

    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!

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

      Glad it was helpful!

  • @RajeshT-k3q
    @RajeshT-k3q ปีที่แล้ว

    Detailed explanation.👋

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

    Thanks, It helps me a lot👍👍

  • @ChelseaMartin-d9p
    @ChelseaMartin-d9p 26 วันที่ผ่านมา

    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.

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

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

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

    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?

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

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

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

    @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 4 หลายเดือนก่อน

    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?

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

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

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

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

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

    Thanks!!!