@User Hey, yes I setuped a make scenario : a webhook as global server url, if call is received, it check if user data exist based on customer number and return a 200 response with all infos.
but assistant does not update. here what my webhook is sending back, user is fetch correctly and [first_name] is being replaced correctly, but still does not work when I call the inbound number, assistant say "Hello First name": [
{
"body": "{\n \"assistant\": {\"name\":\"Ava\",\"model\":{\"model\":\"gpt-3.5-turbo\",\"messages\":[{\"role\":\"system\",\"content\":\"talk about life\"}],\"provider\":\"openai\",\"temperature\":0.7},\"voice\":{\"voiceId\":\"sarah\",\"provider\":\"11labs\",\"stability\":0.5,\"similarityBoost\":0.75},\"serverUrl\":null,\"transcriber\":{\"model\":\"general\",\"language\":\"en\",\"provider\":\"deepgram\"},\"firstMessage\":\"Hello Ryan, this is Ava. How may I assist you today?\",\"hipaaEnabled\":null,\"clientMessages\":[\"transcript\",\"hang\",\"function-call\",\"speech-update\",\"metadata\",\"conversation-update\"],\"endCallMessage\":\"Thank you for contacting us. Have a great day!\",\"endCallPhrases\":[\"goodbye\"],\"serverMessages\":[\"end-of-call-report\",\"status-update\",\"hang\",\"function-call\"],\"backgroundSound\":null,\"recordingEnabled\":true,\"voicemailMessage\":\"You've reached our voicemail. Please leave a message after the beep, and we'll get back to you as soon as possible.\",\"endCallFunctionEnabled\":null,\"dialKeypadFunctionEnabled\":null}\n}",
"status": 200,
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
]
}
]