Skip to main content

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 with response.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.