Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.03 KB

File metadata and controls

31 lines (19 loc) · 1.03 KB

Automation

Automation schema

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"