Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 689 Bytes

File metadata and controls

24 lines (12 loc) · 689 Bytes

egoisdk.AutomationPost

Properties

Name Type Description Notes
title String Automation title [optional]
listId Number [optional]
status String Automation status [optional]
allowMultipleContacts Boolean True if the automation allows multiple contacts, false otherwise [optional] [default to true]
contactLimit Number Contact limit for the automation. Contact limit value (value '0' is returned if contact limit is not enabled) [optional]

Enum: StatusEnum

  • active (value: "active")

  • inactive (value: "inactive")