Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.7 KB

File metadata and controls

50 lines (44 loc) · 1.7 KB

Zernio::ListCommentAutomations200ResponseAutomationsInner

Properties

Name Type Description Notes
id String [optional]
name String [optional]
platform String [optional]
trigger String [optional]
account_id String [optional]
platform_post_id String [optional]
post_title String [optional]
keywords Array<String> [optional]
match_mode String [optional]
dm_message String [optional]
buttons Array<DmButton> Inline DM buttons (up to 3). Omitted when none are set. [optional]
comment_reply String [optional]
link_tracking Boolean Whether link buttons in the DM are wrapped in a tracked redirect to count clicks. [optional]
click_tag String Tag applied to a contact when they click a tracked link. [optional]
is_active Boolean [optional]
stats ListCommentAutomations200ResponseAutomationsInnerStats [optional]
created_at Time [optional]

Example

require 'zernio-sdk'

instance = Zernio::ListCommentAutomations200ResponseAutomationsInner.new(
  id: null,
  name: null,
  platform: null,
  trigger: null,
  account_id: null,
  platform_post_id: null,
  post_title: null,
  keywords: null,
  match_mode: null,
  dm_message: null,
  buttons: null,
  comment_reply: null,
  link_tracking: null,
  click_tag: null,
  is_active: null,
  stats: null,
  created_at: null
)