Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 456 Bytes

File metadata and controls

18 lines (12 loc) · 456 Bytes

Zernio::CreateWhatsAppSandboxSessionRequest

Properties

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.

Example

require 'zernio-sdk'

instance = Zernio::CreateWhatsAppSandboxSessionRequest.new(
  phone: +34688246216
)