Vapi Support Bot
04/09/2025, 12:59 PMuserId
using the assistantOverrides
parameter:
javascript
vapiInstance = vapiSDK.run({
apiKey: apiKey,
assistant: assistant,
config: buttonConfig,
assistantOverrides: {
variableValues: {
userId: "yourUserIdHere"
}
}
});
## Conversation Hooks
Conversation hooks allow your application to receive real-time conversation data and communicate with VAPI during conversations.
According to the [VAPI server URL documentation](https://docs.vapi.ai/server-url), you can configure your assistant's serverMessages
to include:
json
{
"serverMessages": [
"transcript",
"end-of-call-report"
]
}
This will enable your server to receive real-time transcripts and call artifacts via webhooks.
## API Endpoints
While there isn't a direct, standard VAPI API endpoint specifically designed to send conversation data to Airtable, VAPI provides tools to achieve this through custom implementation.Vapi Support Bot
04/09/2025, 12:59 PMFrançois
04/09/2025, 1:10 PMFrançois
04/10/2025, 7:28 AMFrançois
04/10/2025, 2:20 PMFrançois
04/10/2025, 3:20 PMShubham Bajaj
04/11/2025, 7:24 AMFrançois
04/11/2025, 7:35 AMFrançois
04/11/2025, 2:17 PMFrançois
04/11/2025, 2:17 PMShubham Bajaj
04/11/2025, 9:44 PMFrançois
04/14/2025, 7:18 AMFrançois
04/15/2025, 8:11 AMShubham Bajaj
04/15/2025, 10:29 PM