Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1018 Bytes

File metadata and controls

30 lines (18 loc) · 1018 Bytes

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]
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"