Salesforce Flow HTTP Callout | HTTP callout in Salesforce Flow - Salesforce Geek

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

КОМЕНТАРІ • 29

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

    Cool..! Your my inspiration for the flows brother, Even I like & enjoy to work with flows in salesforce. Keep rocking✊

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

    Thank you for this video - you're the only person that actually explains what you are doing and what the goal is; nearly all the other videos from other people on this topic area people are just creating things on screen and skipping over ALL the details.

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

    Thanks for the detailed, and hand held explanation.
    You are the best of the best !

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

    Explanation is very good

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

    Informative content !

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

    Great Stuff! Learned a lot. Thanks so much!

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

    very helpfull video
    Thnks u

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

    Hi, I am stuck with a problem while doing an Integration with an External System using Salesforce Record --Triggered Flow that runs Asynchronously. The integration requires me to do multiple POST requests and proceed based on their response. But before the first HTTP Callout finishes the flow moves to the next HTTP callout which needs a value from the response of the previous HTTP call. So it is failing because the value is null as the first one hasn't been completed yet. Please help me with this.

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

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

    Thank you!!!!!!

  • @larac.femenia1692
    @larac.femenia1692 Рік тому

    Thank you!!

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

    Can you please share a video with HTTP post?

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

    How to define Headers, suppose if we are hitting a key-based api?

  • @s.k.sohail4818
    @s.k.sohail4818 Рік тому +1

    Sir please share a video when the Salesforce free voucher is available.

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

    Is Post callout between 2 orgs salesforce possible? For example: get a access_token from another org (inbound org) from a 'post' flow method?

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

    Thanks for the video!! What about if you need to autenticate first?

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

      Then we need to add the required headers and authentication params

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

      @@salesforcegeek what to do when you have to use the authentication params to get an access token that is will be included as part of the header? Do you do a first callout to get the access token and then another with the access token?

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

    Thanks so much for this amazing video.
    I followed your steps but got this error when debug:
    "Outputs:
    defaultExc ({"error":{"message":"A validation error occurred.","code":"validation_error","details":{"email":["This is a required argument."]}}})
    responseCode (400)"
    I haven't figured out what is the cause.
    Anyone has any clue why this happened?
    Thank you so much!

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

      Seems like you didn't pass the email as you can see in the error