| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| contactId | String | [optional] | |
| channelId | String | [optional] | |
| platformIdentifier | String | [optional] | |
| contactName | String | [optional] | |
| currentStepIndex | Integer | [optional] | |
| status | StatusEnum | [optional] | |
| exitReason | String | [optional] | |
| nextStepAt | OffsetDateTime | [optional] | |
| stepsSent | Integer | [optional] | |
| lastStepSentAt | OffsetDateTime | [optional] | |
| createdAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| COMPLETED | "completed" |
| EXITED | "exited" |
| PAUSED | "paused" |