Voiceflow

V

Voiceflow

Voiceflow is your community to get help, stay up to date on product releases, and connect with builders, experts, and the Voiceflow team⚡

Join

❓┃help

🔊┃product-updates

relaxed-coral
relaxed-coral6/23/2025

Widget Configuration in Voiceflow not showing up on Website

I have set up the widget Appeareance and Style in Voiceflow Interfaces for the project but it's not showing up on the website. Any idea what I missed? The website is wordpress. How can I have the Interface changes I made in voicefow show up on the widget on the website?...
No description
xenophobic-harlequin
xenophobic-harlequin6/23/2025

How can I format text in a message.

I want to display formatted text in this manner: {model_information.payload.size} {model_information.payload.name} {model_information.payload.size} {model_information.payload.name}...
No description

Never more than 3 messages

Heyyy, I have a problem with my voiceflow agent. It never generates more than 3 messages. So when it needs to list something, it doesn't complete the list. Does anyone know how to fix this pleaseee?...
genetic-orange
genetic-orange6/23/2025

transcripts api not working

I need to export 11,287 transcripts from my Voiceflow project for business analysis, but the Transcripts API is returning "Internal Server Error." Project ID: 67be73e94b2bd5ffce20c44b API Key: (working - confirmed via Dialog Manager API) Issue: GET /v2/transcripts/{projectID} returns 500 Internal Server Error Expected: JSON array of transcript metadata...

❌ Condition Block Failure — Won’t Follow True/False Paths

I'm building a FAQ loop in Voiceflow where I want to analyze {last_utterance} and based on that, route the user to either: true → continue the loop false → go to start...
No description
automatic-azure
automatic-azure6/23/2025

Sending each conversation transcript at end of conversation to Zapier

Im trying to send conversation transcripts when a user is done (either saying it's over or closing chat/call). I tried using paths to send conversation to function to sent to zapier and then end, but It's not always good at detecting that and it does not capture when users just stop replying or close the chat. I want to see if there is an easy way to do this? Thank you very much in advance!...

Javascript Code not returning as a variable

I've created a javascript block to get the current date and drag-dropped it into my agent step block so that it executes first. My agent step uses an API meant to gather appointment times and it requires the current date. But for whatever reason, even though the log says that the code ran successfully, the API does not utilize the variable that it provides; it's like the variable wasn't supplied at all. What am I doing wrong? Do I need to create a path for the Javascript step? How can I connect...
No description
genetic-orange
genetic-orange6/21/2025

Multi Channel Agents

Hey, are there any best practices for handling multiple channels with a single agent? To be clear, I want different responses for my voice agent compared to my chat agent. What’s the best approach to manage this? Can I store the channel the customer is coming from in a variable?...

Quotation marks failed api call

Hey guys I encountered silly little error in my chatbot. Whenever my input has quotation marks in it, my API call to KB fails and no output is given. Anyone knows how to fix it?
grumpy-cyan
grumpy-cyan6/21/2025

Why can I hear/test elevenlabs text to speech in a message box but not the audioclip/ssml?

Why can I hear/test elevenlabs text to speech in a message box but not the audioclip/ssml?

How to capture current date and use the returned result in an API call

In it's current iteration, my bot asks the user to input the current date for use in an API call. I don't want the user to have to do that. After some research I learned that the code: string date = System.DateTime.Today.ToString("ddmmyy"); can be used to get the current date. But how can I run it and pass the result through as a variable for my Agent API get request?...
No description
grumpy-cyan
grumpy-cyan6/21/2025

VAPI access?

This is what ChatGPT tells me about why I'm struggling with getting voice/audio work. Is it correct?: "You’re using the new version of Voiceflow, where all project templates are based on the chat assistant framework, and voice-specific channels like VAPI or Twilio are no longer automatically available by default. So even if you choose Lead Qualification, it's still a chat-first agent, unless you've been granted access to voice-enabled deployment channels."...

AI responses just randomly stop mid-sentence.

I'm looking to achieve a continuous conversation thread with the chatbot. The issue is that the chatbot just stops mid-sentence throughout the conversation. I have tried adjusting the agent by editing the script details. No avail. Here's an example of text from the AI agent, "Is there a particular aspect of this that you'd like me to dive deeper into? I'm curious what." And that's it. It doesn't finish the sentence. ...
No description
stormy-gold
stormy-gold6/20/2025

{ vf_memory } is recording a lot more than just the conversation turns

I'm trying to print the conversation history at the end of my workflow. Ultimately, this will be included in a POST request, but for now I'm just printing it in a message so I can see what it looks like. Unfortunately, it's showing more than just the agent and user turns. It showing a lot of data related to knowledge base queries and function calls as well. See attached. This only seems to happen after my agent finishes and the "create a workorder" path is triggered. If I print out { vf_memory } before the agent, it only contains agent/user turns and nothing else....
No description

Edit prompt button breaks if it runs into a variable

I have variables inside my agent prompt, if I try to edit it with the lightning bolt icon, it will freeze as soon as it hits a variable.
No description
grumpy-cyan
grumpy-cyan6/20/2025

Can't get/find "speak" or "voice" boxes/options

Hi, no matter what I do with the settings in my project I can't seem to get an option to have a voice or speak box become available. I am attempting to build, essentially, a "sound board" type of application for a sales use case. It will be a "decision tree" format where I can choose between text to speech (I have an elevenlabs integration/account) and just playing a pre-recorded audio clip. I figured out how to make the text to speech work fine but I don't have any options/choices for "speak/au...
foreign-sapphire
foreign-sapphire6/20/2025

Need help migrating an older version project thats buggy when trying to access the settings behavior

Whenever I try to access my settings in the project, it either crashes on the load or when i try to access VOICE tab. Erorr im getting is: index-DnRsfkgB.js:4086 ZodError: [ { "code": "invalid_type",...
optimistic-gold
optimistic-gold6/19/2025

AI responses often inaccurate - any tips to reduce hallucinations?

Really love Voiceflow - amazing tool with great UX and flexibility. But I keep running into one issue that’s becoming a dealbreaker: hallucinations in AI responses. When I ask my agent about prices or specific product features (based on a KB crawled from my website), it often gives wrong or made-up answers. I’ve tested the same KB with a few competitor tools, and the responses there were consistently more accurate. I still prefer Voiceflow overall, but this accuracy issue is hard to ignore. Anyone else dealing with this? Any tips from the community on improving response reliability?...
conscious-sapphire
conscious-sapphire6/19/2025

Development Version Not Working with Embedded Widget

I'm trying to test my Voiceflow project using the development version ID via the embedded widget, but it doesn’t seem to load or function properly. Here's the code I'm using: ``` window.voiceflow.chat.load({ verify: { projectID: '[MY_PROJECT_ID]' }, url: 'https://general-runtime.voiceflow.com',...

Output lags

My chatbot was working perfectly and no changes were made but the output began to lag in first 2-3 words. Any idea why?