secure-lavender•7mo ago
Voiceflow + elevenlabs no audio steps
Hello team ! i want to use the voice that i created on eleven labs to my agent, i have been following the videos from the voiceflow doc integration, i have success concerning the URI that is creating but since voiceflow does not have anymore the audio step i dont see how my agent can use the uri respond...... any help please ?

3 Replies
To use your custom ElevenLabs voice with Voiceflow, you can follow these steps:
1. Integrate ElevenLabs API: Ensure you have successfully integrated the ElevenLabs API with your Voiceflow project. This involves connecting to the API, configuring your custom voice, and obtaining the synthesized audio in a data URI format.
2. Use Speak Step: Since Voiceflow no longer supports the audio step, you can use the Speak step in a Voice Assistant project. The Speak step allows the agent to vocalize responses using the synthesized audio.
3. Implement the URI: In the Speak step, you can use the data URI generated by the ElevenLabs API to play the custom voice audio. You might need to handle the audio playback logic within the Voiceflow environment or through a custom integration.
4. Testing: After setting up the Speak step with your custom voice, test the interaction to ensure the audio plays correctly.
For more detailed guidance, you can refer to the Voiceflow documentation on integrating custom voices using ElevenLabs: Voiceflow + ElevenLabs Integration.
secure-lavenderOP•7mo ago
yes but i dont see these steps anymore on the interface am i the only one ?
I am having some difficulty trying to get the speak step working, Can you provide a bit more details on how to setup the speak step which is now a Talk-Message step?