#hey folks, need some help. I am building
1 messages · Page 1 of 1 (latest)
Hey i believe for your case you don't need to use workflows , please check https://elevenlabs.io/app/agents/settings
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)
thanks, will do that then.
No problem, also each agent can configure webhooks under security tab
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
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
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.