v1

latestOpenAPI 3.0.32026-07-1216135117.1 KB
flows

createFlow

Create new automation flow

post/v1/automation/flows

Request body

idstring

ID of the Automation Flow

flow_namestring required

A descriptive name for the Automation

enabledboolean

Whether the automation is enabled or not

entity_schemastring

The triggering entity schema

runsnumber

Number of automation executions that ran

created_atstring date-time
updated_atstring date-time
created_bystring

User / service who created automation flow

last_updated_bystring

User / service who last updated automation flow

org_idstring

Organization the automation flow belongs to

system_flowboolean

Determines if the flow is a system generated flow

versionnumber

Version of the flow

_manifeststring[] nullable

Source blueprint/manifest ID used when automation is created via blueprints.

protectedboolean

If true, automation is displayed in read-only mode in the UI to discourage changes

Response

The created automation flow

idstring

ID of the Automation Flow

flow_namestring required

A descriptive name for the Automation

enabledboolean

Whether the automation is enabled or not

entity_schemastring

The triggering entity schema

runsnumber

Number of automation executions that ran

created_atstring date-time
updated_atstring date-time
created_bystring

User / service who created automation flow

last_updated_bystring

User / service who last updated automation flow

org_idstring

Organization the automation flow belongs to

system_flowboolean

Determines if the flow is a system generated flow

versionnumber

Version of the flow

_manifeststring[] nullable

Source blueprint/manifest ID used when automation is created via blueprints.

protectedboolean

If true, automation is displayed in read-only mode in the UI to discourage changes