API Access
Node: API Access
Section titled “Node: API Access”This node allows you to connect to an external web service (API) and fetch data for use within the flow.
Function
Section titled “Function”Makes an HTTP request (GET, POST, etc.) to a URL and stores the response.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| url | Text | URL of the API service |
| method | Select | HTTP verb: GET, POST, PUT, DELETE, etc. |
| credentials_id | Text | Credential ID for authorization (optional) |
Common Usage
Section titled “Common Usage”- Query product catalogs
- Retrieve customer data from external services
- Validate tokens or responses in real time