Loading...

Salesforce Flow is a powerful automation tool that allows users to build custom business processes and automate complex tasks within the Salesforce platform. With the introduction of HTTP callouts, Flow has become even more versatile, enabling seamless integration with external systems and services. 

In this article, we will explore the concept of HTTP callouts in Salesforce Flow and discover how they can enhance your automation capabilities.

Understanding HTTP Callouts:

An HTTP callout is a mechanism that enables a Flow to make requests to external systems or services using HTTP protocols. This capability opens up a world of possibilities, as it allows you to interact with a wide range of APIs, retrieve data from external sources, or even trigger actions in external systems.

To implement HTTP callouts in Salesforce Flow, you need to follow these essential steps:

Steps to HTTP callouts in Salesforce Flow

We need to create our Permission Set. With the help of permission sets, we are allowing users so that they can make HTTP Callout from Salesforce Flow.

 

After Creating Permission sets, now we are going to Add a user so that the user can make an HTTP callout from Salesforce Flow.

Now We go into the Quick Find Box and type “Named Credentials” to add External Credentials & Named Credentials.

In the Authentication Protocol, we will select “Custom” because we are using free API. If we select “Custom” then we don’t need the Client & Consumer secret key to hit the API you need to select “OAuth 2.0” and similarly “AWS Signature v4”.

Now After Saving the External Credential. We are going to Create new Principles. You can add these principles to permission sets so that your permission set can know about the named credentials.

Now We create our Named credentials and in the “URL” section we are going to use Abstractapi.com Website where we are going to hit the Email validation API.

In this “URL” section we are using an Email Validation API URL.

Now we are adding our External Credential into the Permission sets “External Credentials Principal Access” section.

Till now we are done with the setting to perform to hit the API from Salesforce Flow.

How to Create Screen Flow ?

Now we will see how to create Screen Flow in Salesforce and this will show us the result of whether our Input Email is Deliverable or not and its Quality score.

After implementing the Screen element. Now we will add an Action element.

when done with JSON Response “Provide Sample Response” will be green checked

Now to add api_key we are copying it from abstractapi.com website. and store it in a variable and the data type would be Text.

After creating a new Resource add it in api_key Input Values. and select in the “email” field “email. value”.

then we will add the decision element

Now we will again add screen element to show result we get from entering input.

Then Save the flow.

After saving the flow, now we will debug the flow to test whether it is running properly or not.

and in the Email input field enter any valid email id then click on Validate Email and it will show you the result whether it’s Deliverable or not and it’s Quality score.

And now enter an email which is not valid then it will show you the Deliverability whether it’s Deliverable or not and it’s Quality score.

Conclusion

HTTP callouts have revolutionized the capabilities of Salesforce Flow by enabling seamless integration with external systems and services. With the ability to retrieve real-time data, trigger actions, and enhance decision-making, HTTP callouts empower users to build dynamic and intelligent automation processes within Salesforce. 

By following the above-mentioned steps, you can implement  HTTP callouts in Flow to unlock new automation possibilities. Be sure to try out the solution and  Stay tuned for more!

Related Articles

Sticky notes aren’t just for your desk anymore! In this tutorial, we’ll create a Lightning Web Component (LWC) in Salesforce that allows you to pin notes on your app page or record page. With a clean, interactive UI, these digital sticky notes ensure you never forget important tasks or details. What Will You Learn? By […]

Read More
How to Create Dynamic, Animated Charts in Salesforce LWC using Chart.js

Bring Salesforce data to life with dynamic charts inside Lightning pages! While Salesforce dashboards are powerful, sometimes business users want visual insights without leaving their current page. That’s where Chart.js with Lightning Web Components (LWC) becomes a game-changer. In this step-by-step guide, you’ll learn how to: Upload Chart.js as a static resource in Salesforce. Build […]

Read More
How to Encrypt and Decrypt Data in Salesforce Using Apex Crypto Class

Data security is more important than ever. Whether you’re storing customer information, sensitive business data, or private communication, ensuring that your data stays safe is critical. Salesforce provides built-in tools to help with this, and one of the most powerful yet easy-to-use approaches is encryption and decryption using the Apex Crypto class. In this blog, […]

Read More
Benefits & Step-by-Step Setup Guide for Salesforce Code Analyzer

When building on the Salesforce platform, code quality and security are non-negotiable, especially before submitting your app for a Salesforce Security Review. Catching bugs and vulnerabilities early not only saves time but also ensures compliance with Salesforce’s best practices. That’s where the Salesforce Code Analyzer comes in. This open-source tool scans your Apex classes, triggers, […]

Read More
A Step-by-Step Guide to Integrate Zoho CRM with Salesforce (Without Coding)

Managing data across multiple CRMs can be a real challenge for businesses that want a single source of truth. If your teams use Zoho CRM but want to move or sync all records seamlessly into Salesforce, you don’t need to write a single line of code. Thanks to MultiSync Made Easy, the integration process is […]

Read More
How to Integrate Salesforce with Copilot

Integrating Salesforce with Copilot is becoming an essential step for organizations aiming to streamline workflows, automate client data management, and unlock the power of AI-driven CRM. By connecting these two platforms, businesses can centralize customer information, reduce manual tasks, and accelerate growth. This guide walks you through the Salesforce–Copilot integration process with clear steps, Apex […]

Read More