Skip to content

Workflow Export

A workflow export containing the complete workflow configuration.

export_versionstring

The version of the export format.

Example:"1.0"
exported_atstring, (date-time)

The timestamp when the export was generated.

Example:"2026-01-26T12:00:00Z"
app_idinteger

The workspace identifier.

Example:12345
workflowobject

The workflow configuration.

{ "export_version": "1.0", "exported_at": "2026-01-26T12:00:00Z", "app_id": 12345, "workflow": { "id": "67890", "title": "My Workflow", "description": "A workflow that handles customer inquiries", "trigger_type": "inbound_conversation", "state": "live", "target_channels": [], "preferred_devices": [], "created_at": "2025-06-15T10:30:00Z", "updated_at": "2026-01-20T14:45:00Z", "targeting": {}, "snapshot": {}, "attributes": [], "embedded_rules": [] } }