#hey folks, need some help. I am building

1 messages · Page 1 of 1 (latest)

crystal basalt
#

Hey i believe for your case you don't need to use workflows , please check https://elevenlabs.io/app/agents/settings

ElevenLabs

Rated the best text to speech (TTS) software online. Create premium AI voices for free and generate text to speech voiceovers in minutes with our character AI voice generator. Use free text to speech AI to convert text to mp3 in 29 languages with 100+ voices.

#

Pre-Call Webhook

  • Fires BEFORE the voice conversation starts
  • Returns data that's available throughout conversation
#

Post-Call Webhook

  • Fires AFTER the voice conversation ends
  • Sends transcript, analysis, audio (optional)
violet sleet
#

thanks, will do that then.

crystal basalt
#

No problem, also each agent can configure webhooks under security tab

violet sleet
#

i see only a POST (can't change) in terms of conversaiton initiattion. That's strange because what i want is a GET before a call is intiated

crystal basalt
#

Im afraid we only support POST for the initiation webhook, you could try setting a proxy

Accepts POST from ElevenLabs
Extracts the data from the POST body
Makes a GET request to your endpoint with query params
Returns the response back to ElevenLabs

violet sleet
#

thanks for the help. Can i get back to my previous question: are there any sample workflows that i can download in JSON, just like i do for n8n etc? That would probably make my workflow a bit easier.