A representation of a workflow.
This resource includes the following properties:
Property | Type | Description |
---|---|---|
id |
string | The workflow ID. |
state |
string | The workflow state (draft , paused , active or deleted ). |
name |
string | The name of the workflow. |
created_at |
string | The ISO-8601 timestamp when the workflow was created. |
Here is an example representation of this resource:
{
"id": "wkflw_01ED74HMFGVZ92YVCWTD8Y8H6X",
"state": "active",
"name": "Send reminders",
"created_at": "2021-01-01T10:00:00Z"
}