Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.81 KB

File metadata and controls

51 lines (35 loc) · 1.81 KB

GetCommentAutomation200ResponseAutomation

Properties

Name Type Description Notes
id String [optional]
name String [optional]
platform String [optional]
trigger TriggerEnum [optional]
accountId String [optional]
platformPostId String [optional]
postId String [optional]
postTitle 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]
dmMessageVariations List<String> Alternate DM texts rotated at random with dmMessage. Omitted when none. [optional]
commentReplyVariations List<String> Alternate public replies rotated at random with commentReply. Omitted when none. [optional]
linkTracking Boolean [optional]
clickTag String [optional]
isActive Boolean [optional]
stats CreateCommentAutomation200ResponseAutomationStats [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]

Enum: TriggerEnum

Name Value
COMMENT "comment"
STORY_REPLY "story_reply"

Enum: MatchModeEnum

Name Value
EXACT "exact"
CONTAINS "contains"