Preview WhatsApp Flow
GET/api/v1/accounts/:accountId/channels/:channelId/flows/:flowId/preview
This endpoint is used to generate a preview URL for a WhatsApp Flow.
The preview allows you to visualize and interact with your flow before publishing it. You can force regeneration of the preview by setting the refresh query parameter to true.
For interactive previews with custom parameters, you can add query parameters to the generated preview URL. For a list of supported query parameters, refer to the 'Visualizing and interacting with your Flow using the Web Preview' section of the WhatsApp Flows API documentation.
Request
Responses
- 200
- 400
- 401
- 500
Preview URL generated successfully
Bad request error response
Request was not authenticated response
Internal server error