| Name | Type | Description | Notes |
|---|---|---|---|
| phone | String | Recipient phone in international format. Digits, spaces, dashes and a leading `+` are all accepted; the server normalizes to E.164 digits-only. |
require 'zernio-sdk'
instance = Zernio::CreateWhatsAppSandboxSessionRequest.new(
phone: +34688246216
)