| Name | Type | Description | Notes |
|---|---|---|---|
| profile_id | String | Your Zernio profile ID | |
| access_token | String | Permanent System User access token from Meta Business Suite | |
| waba_id | String | WhatsApp Business Account ID from Meta | |
| phone_number_id | String | Phone Number ID from Meta WhatsApp Manager |
require 'late-sdk'
instance = Late::ConnectWhatsAppCredentialsRequest.new(
profile_id: null,
access_token: null,
waba_id: null,
phone_number_id: null
)