The node responsible for fetching or sending data to any external system
Parameter | Description |
---|---|
Node Name | Identifier for the node (e.g., “Update CRM”, “Fetch Product Details”) |
API URL | The endpoint URL to call |
Method | HTTP method (GET, POST, PUT, DELETE, etc.) |
Headers | HTTP headers for the request (authentication tokens, content type, etc.) |
Body | Request body for POST/PUT methods (supports JSON format) |
Variables | Mapping of API response to workflow variables |
Timeout | Maximum time (in seconds) to wait for API response |
Is Async | Whether to process the API call asynchronously |
$.
prefix indicates the root of the response object, allowing you to:
$.
to properly access the response data in the Atoms workflow.