genetic-orange•3d ago
Server side background messages
Is it possible to send a background message to update the conversation history from a server? Or is that only possible from a client?
1 Reply
Based on the documentation, background messages are added to the chat history using the
(Source: Vapi background messages documentation)
vapi.send() function, typically in a client-side context:
However, the documentation does not specify if this can be done from a server. For server-side support, you may need to contact Vapi support or check for a dedicated server API endpoint for background messages.(Source: Vapi background messages documentation)
⤵️ Mention @Vapi Support Bot for follow-ups 🐥