Documentation Index
Fetch the complete documentation index at: https://docs.impresivai.com/llms.txt
Use this file to discover all available pages before exploring further.
Actions
In step 4, click Add Action to define what your node does. Each action has:- Enable/disable toggle
- Parameters tab
- Execute (JS) tab
- Sample output (json) tab
Parameter validation
Validate required fields early and return clear errors.API call example
Return format
The action response is already an object or an array of objects. Do not parse it again withresponse.json().
Debugging
Use the right panel:- Outputs to inspect returned data
- Errors to view thrown validation messages
- Logs to trace execution
Keep output JSON stable. Downstream workflow mappings rely on this structure.

