Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.07 KB

File metadata and controls

32 lines (20 loc) · 1.07 KB

CreateWhatsAppFlowRequest

Properties

Name Type Description Notes
accountId String WhatsApp social account ID
name String Flow display name
categories List<CategoriesEnum> Flow categories
cloneFlowId String Optional: ID of an existing flow to clone the Flow JSON from [optional]
asVersion Boolean When cloning, true keeps the clone in cloneFlowId's version lineage (auto-numbered next version); false/absent creates an independent flow. Ignored without cloneFlowId. [optional]

Enum: List<CategoriesEnum>

Name Value
SIGN_UP "SIGN_UP"
SIGN_IN "SIGN_IN"
APPOINTMENT_BOOKING "APPOINTMENT_BOOKING"
LEAD_GENERATION "LEAD_GENERATION"
CONTACT_US "CONTACT_US"
CUSTOMER_SUPPORT "CUSTOMER_SUPPORT"
SURVEY "SURVEY"
OTHER "OTHER"