Overview
Making a simple request can be something like asking another system for some basic information, for example, pulling a list of users or getting data from a database.
Tines references
Before getting started, we recommend familiarizing yourself with the surrounding functionality this article covers:
Make it happen
Scenario
Ask for a random cat fact.
In the storyboard, pull in an HTTP Request Action.
Name the action something relevant, like “Get a random cat fact.”
Delete the Payload section of the action.
For the URL of the action, type
https://catfact.ninja/fact
.Change the Method of the action to
GET
.Click Run to run the action.
See the results in the action’s Events panel!