The node responsible fetching or sending data to any external system
Parameter | Description |
---|---|
Node Name | A label to identify the node. |
Action | A short goal describing what the AI should do at this step. |
Static Text | Enables predefined static text instead of dynamically generated responses. |
Action | Defines the HTTP request type (GET , POST , etc.). |
API Link | URL of the external API. |
Add Header | Allows adding custom headers like authentication tokens. |
Body | Defines the request body for POST or PUT requests. |
API Timeout | Maximum wait time for API response. |
Is Async | Determines if the request should be asynchronous. |
Extract to Variables | Enables extraction of API response values into variables. |