Skip to content

/AWS1/CL_PPMWHATSAPPSIGNUPCA00

Contains the accessToken provided by Meta during signup.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accesstoken TYPE /AWS1/PPMSTRING /AWS1/PPMSTRING

The access token for your WhatsApp Business Account. The accessToken value is provided by Meta.

Optional arguments:

iv_callbackurl TYPE /AWS1/PPMSTRING /AWS1/PPMSTRING

The URL where WhatsApp will send callback notifications for this account.


Queryable Attributes

accessToken

The access token for your WhatsApp Business Account. The accessToken value is provided by Meta.

Accessible with the following methods

Method Description
GET_ACCESSTOKEN() Getter for ACCESSTOKEN, with configurable default
ASK_ACCESSTOKEN() Getter for ACCESSTOKEN w/ exceptions if field has no value
HAS_ACCESSTOKEN() Determine if ACCESSTOKEN has a value

callbackUrl

The URL where WhatsApp will send callback notifications for this account.

Accessible with the following methods

Method Description
GET_CALLBACKURL() Getter for CALLBACKURL, with configurable default
ASK_CALLBACKURL() Getter for CALLBACKURL w/ exceptions if field has no value
HAS_CALLBACKURL() Determine if CALLBACKURL has a value