Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 957 Bytes

File metadata and controls

22 lines (16 loc) · 957 Bytes

Zernio::WhatsAppHeaderComponentExample

Properties

Name Type Description Notes
header_text Array<String> Sample values for header text variables [optional]
header_text_named_params Array<WhatsAppNamedParamExample> Sample values for NAMED header variables (templates using {{customer_name}}-style tokens with parameter_format: NAMED). [optional]
header_handle Array<String> When the header format is a media type (image, video, gif, document), provide a public URL here. Zernio will download and upload it to WhatsApp on your behalf, replacing it with the internal file handle before creating the template. [optional]

Example

require 'zernio-sdk'

instance = Zernio::WhatsAppHeaderComponentExample.new(
  header_text: null,
  header_text_named_params: null,
  header_handle: null
)