Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.36 KB

File metadata and controls

50 lines (34 loc) · 1.36 KB

WhatsAppTemplateButton

Properties

Name Type Description Notes
type TypeEnum
text String
url URI Required when type is URL [optional]
example List<String> Example values for URL suffix variables [optional]
phoneNumber String Required when type is phone_number [optional]
otpType OtpTypeEnum Required when type is otp [optional]
autofillText String [optional]
packageName String [optional]
signatureHash String [optional]
flowId String [optional]
flowName String [optional]
flowJson String [optional]
flowAction String [optional]
navigateScreen String [optional]

Enum: TypeEnum

Name Value
QUICK_REPLY "quick_reply"
URL "url"
PHONE_NUMBER "phone_number"
OTP "otp"
FLOW "flow"
MPM "mpm"
CATALOG "catalog"

Enum: OtpTypeEnum

Name Value
COPY_CODE "copy_code"
ONE_TAP "one_tap"
ZERO_TAP "zero_tap"