Automation schema
| Name | Type | Description | Notes |
|---|---|---|---|
| automationId | Integer | [optional] [readonly] | |
| title | String | Automation title | [optional] |
| listId | Integer | [optional] | |
| status | StatusEnum | Automation status | [optional] |
| createdBy | Integer | [optional] [readonly] | |
| allowMultipleContacts | Boolean | True if the automation allows multiple contacts, false otherwise | [optional] |
| contactLimit | Integer | Contact limit for the automation. Contact limit value (value '0' is returned if contact limit is not enabled) | [optional] |
| created | LocalDate | [optional] [readonly] | |
| updated | LocalDate | [optional] [readonly] |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| INACTIVE | "inactive" |