create
Create a new call flow resource.
Request
title
The name of the Call Flow
flow_data
Call Flow Builder state, stored as an opaque JSON object. Optional but must be paired with `relayml` — provide both fields together or omit both. When both are omitted, SignalWire creates a starter Call Flow.
relayml
The calling SWML document this Call Flow should execute. Uses [calling SWML methods](/docs/swml/reference/calling). Optional but must be paired with `flow_data` — provide both fields together or omit both. When both are omitted, SignalWire creates a starter SWML document.
Response
id
Unique ID of the Call Flow.
project_id
Unique ID of the Project.
display_name
Display name of the Call Flow Fabric Resource
type
Type of the Fabric Resource
Allowed values:
created_at
Date and time when the resource was created.
updated_at
Date and time when the resource was updated.
call_flow
Call Flow data.
Response Example
Response