Skip to main content

Flow

idstring
namestring
descriptionstringnullable
statusstring

Possible values: [draft, active, paused, archived]

priorityinteger
publishedVersionintegernullable
publishedAtstring<date-time>nullable
draftRevisioninteger
draftUpdatedAtstring<date-time>
createdAtstring<date-time>
updatedAtstring<date-time>
triggerTypesstring[]

Triggers of the published version. Empty for a flow never published.

Possible values: [template_button, keyword, inbound_any, first_message, ad_referral, tag_added, tag_removed, field_changed, opt_in, api]

activeRunsinteger

Runs in progress.

completedRunsinteger
Flow
{
"id": "string",
"name": "string",
"description": "string",
"status": "draft",
"priority": 0,
"publishedVersion": 0,
"publishedAt": "2024-07-29T15:51:28.071Z",
"draftRevision": 0,
"draftUpdatedAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"triggerTypes": [
"template_button"
],
"activeRuns": 0,
"completedRuns": 0
}