Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt

Use this file to discover all available pages before exploring further.

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

FieldRequiredDescription
HTTP MethodYesThe HTTP method for the request (e.g. GET, POST, PUT, DELETE, PATCH).
Endpoint URLYesThe full URL of the API endpoint. Type @ to insert variables from previous steps.

Headers

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

Request Body

FieldRequiredDescription
Body TypeNoThe format of the request body. Options include None, JSON, Form Data, and others depending on the method selected.

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.