Course 1: Getting started with API AutoFlow
2 min read · 4 min video
Lesson 7: Making API Calls
Lesson Outline
- Apply Communication/HTTP-Request action
- Fill in the API Details
- Check the API Response
1. Apply Communication/HTTP-Request action
From the right navigation
, select the communication
category.
Drag and drop the HTTP request condition to the flow
2. Fill in the API Details
A postman echo API will be used to test the API request.
URL: https://postman-echo.com/get?foo1=bar1&foo2=bar2
Method: GET
For more information, click postman echo
Set the output to result
3. Check the API Response
In the flow transaction data
, the API successfully got the data from the API.
4. Other HTTP Requests
There are many types of HTTP API. Check the API provider’s manual for the correct HTTP action to use.
Download Making API Calls configuration
Learn how to use configurationNEXT » Lesson 8: In Memory Storage - Hash Table