#Hello! I spin up multiple agents on the
1 messages · Page 1 of 1 (latest)
@tall dune have you tried Conversation Initiation Client Data Webhook ?
I haven't - but that looks like the solution - fetching data at conversation start is exactly what I need - thanks!
Ignored this initially because I thought it was only for Twillio
Looks like it's only for telephony - https://elevenlabs.io/docs/eleven-agents/customization/personalization/twilio-personalization#how-it-works
I need something for the web sdks
@tall dune use the web SDK's startSession options to pass conversation_config_override and dynamic_variables (if needed) you dont need webhook for web
agentId: "...",
overrides: {
agent: {
prompt: {
prompt: "You are a helpful assistant for..."
}
}
}
})```