| 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] |
require 'zernio-sdk'
instance = Zernio::TriggerWorkflowRequest.new(
to: null,
conversation_id: null,
text: null
)