This article presents possible use cases and corresponding sample flows that you can support. These examples provide helpful starting points as you plan your implementation.
These flows require an existing form from the Wix Forms API. Collect the form ID and its field structure.
You can transform any existing Wix form into an AI-powered conversational experience, making form completion more engaging and user-friendly for visitors to your external site.
To create an AI-powered conversational experience:
responseChunks array. The AI will introduce itself and explain the form's purpose.TEXT_DATA chunks containing extracted information and TEXT chunks with the next questions.SUBMISSION chunk indicating successful form completion.You can use the Interactive Form Sessions API to help users complete forms they've started elsewhere, such as from email campaigns, previous sessions, or imported data from other systems.
To help users complete partially filled forms:
currentValues.TEXT_DATA chunks showing the pre-filled information and TEXT chunks asking about missing fields.IMPORTANT_TEXT chunks that indicate issues with existing data or requirements for missing fields.You can create engaging purchase experiences where customers describe what they want in natural language, and the AI guides them through product selection and checkout.
Important: Before implementing this flow, ensure you have:
formFields that have at least one field with inputOptions.inputType set to PAYMENT.To implement conversational product purchases:
SINGLE_SELECT_INPUT or MULTI_SELECT_INPUT response chunks that present relevant product options.SUBMISSION chunk with both submissionId and checkoutId.