Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.24 KB

File metadata and controls

20 lines (16 loc) · 1.24 KB

Zernio.Model.UpdateCommentAutomationRequest

Properties

Name Type Description Notes
Name string [optional]
Keywords List<string> [optional]
MatchMode string [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 bool 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 bool [optional]

[Back to Model list] [Back to API list] [Back to README]