Skip to main content
The API node sends an HTTP request to an external endpoint and returns the response for use in downstream nodes. Use it to integrate with third-party services, retrieve data, or trigger external actions from within a workflow.

Configuration

Request Configuration

Headers

Add custom HTTP headers such as Authorization or Content-Type. Click + Add header to add a key-value pair.

Request Body

URL Parameters

Add query parameters to append to the endpoint URL. Click + Add param to add a key-value pair.

Results

The Results tab shows the full API response after the node is executed, including the response body, status code, and headers.
Type @ in the Endpoint URL or body fields to reference variables from previous workflow steps.