The HTTP method determines how the API call interacts with the endpoint.
Use variables with {variableName}
syntax, e.g.: https://api.example.com/users/{userId}
API response will be stored in this global variable for use in later steps
Any API errors will be stored in this variable for error handling
When enabled, the process will continue to the next step even if this API call fails
Test your API configuration to verify it works as expected before saving
{{ localNodeData.outputVariable }}
{{ JSON.stringify(testResult.data, null, 2) }}
{{ localNodeData.errorVariable }}
{{ JSON.stringify(testResult.error, null, 2) }}