solid-orange•3w ago
API request Node makes the assistant say first message twice.
Hello! I'm trying to set a workflow up to make an API call before starting the conversation, it retrieves the some information then starts the conversation, but it seems to say the greeting twice.
call ID: bce1a1d9-a7f4-425a-9516-a887b4de3e94
- Timestamps: +00:01:054 and +00:04:832
- Expected: The assistant greets once
- Received: Assistant said the greeting twice.
3 Replies
Thank you for the details! To help diagnose the duplicate greeting, could you clarify: Is your workflow's first node an "API Request" node that then connects to a "Say" or "Assistant" node with a greeting, or do both nodes have greeting messages configured? This will help determine if the greeting is being triggered from multiple nodes.
Source:
- Vapi Workflows Documentation
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
Message marked as helpful by @Elias! 🎉
solid-orangeOP•3w ago
My workflow's first node is an API request that then connects to a conversation node.