Chat quickstart
Build your first text-based conversation with a Vapi assistant in 5 minutes
Build your first text-based conversation with a Vapi assistant in 5 minutes
Build a customer service chat bot that can handle text-based conversations through your application. Perfect for adding AI chat to websites, mobile apps, or messaging platforms.
What You’ll Build:
Agent Capabilities:
We’ll create a customer support chat for “TechFlow”, a software company that wants to handle common questions via text chat before escalating to human agents.
Current chat functionality limitations:
The chat API supports the following webhook events through server messaging:
chat.created - Triggered when a new chat conversation is initiatedchat.deleted - Triggered when a chat conversation is deletedTo receive these webhooks, go to your Assistant page in the Dashboard and navigate to “Server Messaging” and select the events you want to receive.
These webhooks are useful for tracking conversation analytics, maintaining conversation history in your own database, and triggering follow-up actions.
Take your chat bot to the next level: