How To Perform HTTP Callout From Salesforce Flow

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ส.ค. 2024
  • Welcome to the Winter ’24 Release! Salesforce Release is the process by which Salesforce updates its software platform to add new features, enhancements, and bug fixes. Salesforce releases typically occur three times a year, in spring, summer, and winter, and are named after the season in which they are released.
    In this video, I am going to share how you can perform HTTP GET and POST Call from Salesforce Flow. If you can’t GET enough with HTTP Callout, now you can use the POST method to send Salesforce data to an external server in Flow Builder. This feature, now generally available, includes some changes since the Summer ’23 release. More easily integrate external data with the new PUT, PATCH, and DELETE methods. Give more context about HTTP callout parameters, validate JSON samples faster, and get more information about the external service registration with more organized sections of parameters.
    Where: This change applies to Lightning Experience in Enterprise, Performance, Unlimited, and Developer editions.
    ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
    0:01 - Introduction
    0:24 - Open Source Rest API Endpoint
    0:47 - Create Named Credentials, Principals, External Credentials
    3:32 - Perform HTTP Get from Salesforce Flow
    5:56 - Perform HTTP Post from Salesforce Flow
    9:04 - Conclusion
    📌 How To Verify And Make HTTP Callout In Salesforce Flow - • How To Verify And Make...
    📌 Salesforce Winter 24 Release Playlist - bit.ly/3P0bun0
    📌 Salesforce Summer 23 Release Playlist - bit.ly/3Mw6rbx
    📌 Display Custom Error Messages for Record Triggered Flows - bit.ly/3snudQv
    📌 Salesforce Flow Playlist - bit.ly/3nIpTnT
    📌 Rollback Records in Salesforce Flow - • Rollback Records in Sa...
    📌 New Admin Features of Salesforce Summer '23 Release - • Salesforce Summer 23 R...
    📌 New Flow Features of Salesforce Summer '23 Release - • New Flow Features of S...
    📌 HTTP Post Call From Salesforce Flow - • Salesforce Summer 23 R...
    📌 Summer 23 Release | How To Add Named Credentials To Permission Set Using Principals - • How To Add Named Crede...
    📌 External Services in Flow - HTTP Callout - • External Services in F...
    📌 Salesforce Release Playlist - bit.ly/3r7F0cn
    📌 How To Secure Apex Code With User Mode Database Operations - • How To Secure Apex Cod...
    #salesforce #winter24release #flow #errormessage #screenflow #transformdata #mapdata
    ✨ Blog: www.sudipta-deb.in/
    ✨ Subscribe for new videos on technology every week: bit.ly/3vCQKpg
    ✨Connect with me
    📌 Twitter: / thesudiptadeb
    📌 Website: www.sudipta-deb.in/
    📌 LinkedIn: / sudiptadeb
    📌 Facebook: / technicalpotpourri
    Credit: Music I Use under the Mixkit License
    Disclaimer: All opinions are my own and this video content is not endorsed by Salesforce, Google or any other company in any way.
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @RajatBajaj
    @RajatBajaj 11 หลายเดือนก่อน +1

    Useful video!

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

    Hey nice Video and I want to know that how can we handle errors here? Do we have any variable to store error or bad response or is it the fault message?

  • @vaibhavhinge6013
    @vaibhavhinge6013 11 หลายเดือนก่อน +1

    How to set dynamic token in Http call-out or how to create header body in the flow

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

      Header body you can configure while setting up the element in Flow.

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

      Where to set header body I am set this in external credentials and name credentials but not get dynamic it get hard-coded only and when I am set in action as key parameter then it throw missing token

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

      How to configure header body

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

      While configuring the action, you will get the option to Add any required HTTP headers

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

    Is the salesforce flow http callout action actually HTTP or it is HTTPS ?

    • @TechnicalPotpourri
      @TechnicalPotpourri  5 หลายเดือนก่อน +1

      It is HTTPS. The way you configure the endpoint url. Thanks !!