Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 578 Bytes

File metadata and controls

22 lines (16 loc) · 578 Bytes

Zernio::TriggerWorkflowRequest

Properties

Name Type Description Notes
to String Recipient phone (WhatsApp only) [optional]
conversation_id String An existing conversation to run in (required for non-WhatsApp workflows) [optional]
text String Simulated inbound text, seeded as the run's lastMessage variable [optional]

Example

require 'zernio-sdk'

instance = Zernio::TriggerWorkflowRequest.new(
  to: null,
  conversation_id: null,
  text: null
)