Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.1 KB

File metadata and controls

34 lines (28 loc) · 1.1 KB

Zernio::UpdateCommentAutomationRequest

Properties

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

Example

require 'zernio-sdk'

instance = Zernio::UpdateCommentAutomationRequest.new(
  name: null,
  keywords: null,
  match_mode: null,
  dm_message: null,
  buttons: null,
  comment_reply: null,
  link_tracking: null,
  click_tag: null,
  is_active: null
)