#Hello! I spin up multiple agents on the

1 messages · Page 1 of 1 (latest)

cedar wigeon
#

You were contacted by a scammer, I have removed them from the server.

echo sphinx
#

@tall dune have you tried Conversation Initiation Client Data Webhook ?

tall dune
#

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

echo sphinx
#

@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..."
      }
    }
  }
})```