CreateWhatsAppFlowRequest
Types
Properties
Link copied to clipboard
The categories that classify the business purpose of the Flow. At least one category is required.
Link copied to clipboard
The ID of an existing Flow within the same WhatsApp Business Account to clone.
Link copied to clipboard
Optional HTTPS endpoint for a dynamic Flow, registered with Meta as the Flow's endpoint_uri and called by Meta directly. When omitted, the Flow has no endpoint (static Flow). Meta only calls the endpoint when the Flow JSON also declares data_api_version. To verify that requests originate from Meta, attach your own Meta app via UpdateWhatsAppFlow.
Functions
Link copied to clipboard
inline fun copy(block: CreateWhatsAppFlowRequest.Builder.() -> Unit = {}): CreateWhatsAppFlowRequest