Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.34 KB

File metadata and controls

45 lines (29 loc) · 1.34 KB

CreateCommentAutomation200ResponseAutomation

Properties

Name Type Description Notes
id String [optional]
name String [optional]
platform String [optional]
trigger TriggerEnum [optional]
platformPostId String [optional]
keywords List<String> [optional]
matchMode MatchModeEnum [optional]
dmMessage String [optional]
buttons List<DmButton> Inline DM buttons (up to 3). Omitted when none are set. [optional]
commentReply String [optional]
linkTracking Boolean [optional]
clickTag String [optional]
isActive Boolean [optional]
stats CreateCommentAutomation200ResponseAutomationStats [optional]
createdAt OffsetDateTime [optional]

Enum: TriggerEnum

Name Value
COMMENT "comment"
STORY_REPLY "story_reply"

Enum: MatchModeEnum

Name Value
EXACT "exact"
CONTAINS "contains"