API (HTTP Request)
The API (HTTP Request) activity allows you to make an HTTP request to an API endpoint. You can use this activity to perform operations like fetching data from an API, sending data to an API, updating data, removing data, and much more.
Configuration
Properties
Name
- Description: The name of the activity.
- Required: Yes
- Default: API_1
Method
- Description: The HTTP method to be used for the request.
- Required: Yes
- Default: GET
Base URL
- Description: The URL of the API endpoint.
- Required: Yes
- Default: (empty)
Query Params
- Description: The query parameters to be sent with the request.
- Required: No
- Default: (empty)
State Params
- Description: The state parameters to be sent with the request.
- Required: No
- Default: (empty)
Headers
- Description: The headers to be sent with the request.
- Required: No
- Default: (empty)
Body
- Description: The body of the HTTP request.
- Required: No
- Default: (empty)