Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 638 Bytes

File metadata and controls

24 lines (18 loc) · 638 Bytes

Late::ConnectWhatsAppCredentialsRequest

Properties

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

Example

require 'late-sdk'

instance = Late::ConnectWhatsAppCredentialsRequest.new(
  profile_id: null,
  access_token: null,
  waba_id: null,
  phone_number_id: null
)