Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.27 KB

File metadata and controls

30 lines (24 loc) · 1.27 KB

Zernio::SendInboxMessageRequestInteractiveActionOneOf2Parameters

Properties

Name Type Description Notes
flow_message_version String Defaults to "3" when omitted. [optional]
flow_token String Opaque token you choose to correlate Flow responses with your own state (max 200 chars).
flow_id String Published Flow ID from Meta Business Manager.
flow_cta String Button label that opens the Flow (max 20 chars).
flow_action String `navigate` sends the user to `flow_action_payload.screen`; `data_exchange` posts data to your Flow endpoint.
flow_action_payload SendInboxMessageRequestInteractiveActionOneOf2ParametersFlowActionPayload [optional]
mode String Set to `draft` to test an unpublished Flow. [optional]

Example

require 'zernio-sdk'

instance = Zernio::SendInboxMessageRequestInteractiveActionOneOf2Parameters.new(
  flow_message_version: null,
  flow_token: null,
  flow_id: null,
  flow_cta: null,
  flow_action: null,
  flow_action_payload: null,
  mode: null
)