Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.02 KB

File metadata and controls

30 lines (18 loc) · 1.02 KB

AutomationAllOf

Properties

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]

Enum: StatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"