Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.26 KB

File metadata and controls

32 lines (20 loc) · 1.26 KB

UpdateCommentAutomationRequest

Properties

Name Type Description Notes
name String [optional]
keywords List<String> [optional]
matchMode MatchModeEnum [optional]
dmMessage String [optional]
buttons List<DmButton> Inline DM buttons (1-3). Pass [] to clear all buttons. [optional]
commentReply String [optional]
dmMessageVariations List<String> Alternate DM texts for random rotation (see create). Pass [] to clear. [optional]
commentReplyVariations List<String> Alternate public replies for random rotation. Pass [] to clear. [optional]
linkTracking Boolean Wrap link buttons in a tracked redirect to count clicks. Pass false to send links untouched. [optional]
clickTag String Tag applied to a contact when they click a tracked link (requires linkTracking). Empty string clears it. [optional]
isActive Boolean [optional]

Enum: MatchModeEnum

Name Value
EXACT "exact"
CONTAINS "contains"