Salesforce Fact #730 | POC on HTTP callout from screen flow
Now we can do HTTP callout from flow. Currently the supported methods are GET and POST(Beta).
In this example, we are doing a callout from screen flow to get the capital of the selected country. The endpoint is: https://restcountries.com/v3.1/name/{countryName}?fields=capital
Attached are the screenshots.
External Credential
Comments
Post a Comment