Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 758 Bytes

File metadata and controls

27 lines (15 loc) · 758 Bytes

AutomationPost

Automation schema

Properties

Name Type Description Notes
title String Automation title [optional]
listId Integer [optional]
status StatusEnum Automation status [optional]
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]

Enum: StatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"