Easy HTTP Callout Builder with Josh Dayment - Salesforce Spring 23

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

  • @anne-mariemessineo2244
    @anne-mariemessineo2244 9 หลายเดือนก่อน +1

    Thank you so much! Was having problems with getting this to run (and troubleshooting was impossible) and it seems it was because I had it in a Create or Update. Switched to Create Only and now I see it work. PHEW! So glad I found your video!

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

    Thank you for this great video. I suggest to store the apikey (Access Token/BEARER) in Named Credentials. By this way, we don't need to create a Custom Label to store credential info

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

      Great tip! We illustrated better when we did the POST method blog series here: salesforcebreak.com/2023/06/03/http-callout-in-salesforce-summer-23-post-beta-3-3/

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

      Now the get example got updated with named/external credentials here: salesforcebreak.com/2023/01/10/http-callout-beta-in-salesforce-spring-23/

  • @rohberg2
    @rohberg2 2 ปีที่แล้ว +2

    Thank you! Very informative and useful!

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

    Updated blog post with instructions: salesforcebreak.com/2023/01/10/http-callout-beta-in-salesforce-spring-23/

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

    This is exactly the video I've been needing. A very basic question: how is one able to tell if a flow needs an API key?

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

      That is a requirement of the API. Check the instructions for the API you are connecting to.

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

    This was so helpful, specifically the parts about the asynchronous path and how response variables are stored. Question: how did you create the global variable to store the API key for reference in your flows?

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

      Do join us here and ask your questions on the general channel. We are all listening: Join me on Slack -- it’s a faster, simpler way to work. Sign up here, from any device: join.slack.com/t/salesforcebreak/shared_invite/zt-va4v08ua-b2EvgXAGUR6X04JmyZcIFA

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

      He used Custom Label which stores single text value, can be found in Setup. I advise against it for security concerns and there are better ways to store/access your api keys.

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

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

      These are very hard to troubleshoot. When you get stuck you may want to ask on sfxd.github.io/

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

    Hello, great video, excellent exercise. I have a question. I tried to implement the same flow but I am not receiving the data. When I debugged the flow it shows a 404 response. I couldn't figure out where the mistake could be. Do you have any ideas? Thank you.

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

      Do join us here and ask your question on the general channel for efficient troubleshooting: join.slack.com/t/salesforcebreak/shared_invite/zt-va4v08ua-b2EvgXAGUR6X04JmyZcIFA

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

      Hey, How did you resolve the issue? I am also facing a similar issue.

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

      @@AmanPathak17 it's been a while, I couldn't figure out why. But those times it was beta feature. Now that it might work. I didn't try again since then

  • @dazau
    @dazau 2 ปีที่แล้ว +2

    I replicated the phone number verification flow and can get a 200 response (means all ok) but no details are being returned. Maybe I need to go back thru the video once more.

    • @SalesforceBreak
      @SalesforceBreak  2 ปีที่แล้ว

      Josh and I are here. Come; we can help: salesforcebreak.com/flow-support-slack/

  • @WillMoody-crmstorm
    @WillMoody-crmstorm ปีที่แล้ว

    Thanks guys! Do you know how the callout manages responses to tell it that it has been sucessfully received. I am sending to a webhook that responds 200, but Salesforce doesn't seem to be receiving it, and hence retries regularly, tripping the webhook multiple times and dreatign duplicate actions. The HTTP invocable action in my flow has the following error: Unable to map response for output parameter 2XX of invocable action CalloutInvocableAction. Received response: true . Do you have any ideas?

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

      Have you set up trace and checked the logs?