Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

File metadata and controls

19 lines (14 loc) · 1.05 KB

UpdateCommentAutomationRequest

Properties

Name Type Description Notes
name Option<String> [optional]
keywords Option<Vec> [optional]
match_mode Option<MatchMode> (enum: exact, contains) [optional]
dm_message Option<String> [optional]
buttons Option<Vecmodels::DmButton> Inline DM buttons (1-3). Pass [] to clear all buttons. [optional]
comment_reply Option<String> [optional]
link_tracking Option<bool> Wrap link buttons in a tracked redirect to count clicks. Pass false to send links untouched. [optional]
click_tag Option<String> Tag applied to a contact when they click a tracked link (requires linkTracking). Empty string clears it. [optional]
is_active Option<bool> [optional]

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