Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 932 Bytes

File metadata and controls

28 lines (16 loc) · 932 Bytes

egoisdk.Automation

Properties

Name Type Description Notes
automationId Number [optional] [readonly]
title String Automation title [optional]
listId Number [optional]
status String Automation status [optional]
createdBy Number [optional] [readonly]
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]
created Date [optional] [readonly]
updated Date [optional] [readonly]

Enum: StatusEnum

  • active (value: "active")

  • inactive (value: "inactive")