Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 936 Bytes

File metadata and controls

24 lines (18 loc) · 936 Bytes

Zernio::CommentAutomationTemplateElement

Properties

Name Type Description Notes
title String Card headline (80 chars max). Also used as the Inbox preview for the sent DM.
subtitle String Card description, e.g. the price or a short pitch (80 chars max). [optional]
image_url String Publicly reachable http(s) image rendered large above the card. [optional]
buttons Array<CommentAutomationTemplateElementButtonsInner> Up to 3 card buttons. A generic template has NO phone button, on either platform. `url` buttons are click-tracked when linkTracking is on. [optional]

Example

require 'zernio-sdk'

instance = Zernio::CommentAutomationTemplateElement.new(
  title: null,
  subtitle: null,
  image_url: null,
  buttons: null
)