latestOpenAPI 3.1.02026-08-21322323412.1 KB

8de9cb14f744

automations

Add Automation Node

Add one node. Requires EDITOR; delegates to the same primitive the architect uses.

The node is created unwired — POST /edges next. warnings carries the advisory data-flow findings for the graph as it now stands (never blocking).

post/api/v1/automations/{automation_id}/nodes

Path parameters

automation_idstring uuid required

Request body

slugstring required
kind'trigger.schedule' | 'trigger.entity_change' | 'trigger.app_invocation' | 'fetch_entities' | 'query' | 'update_entity_row' | 'create_entity_row' | 'load_scenario_revision' | 'custom_code' | 'dataset_sink' | 'if' | 'aggregate_to_one' | 'ai_step' | 'send_email' | 'http_request' | 'provider_action' required

All v1 node kinds. Triggers + body nodes share one enum + one table.

configobject
position_xinteger nullable
position_yinteger nullable

Response

Successful Response

object required