Setup up Conversation AI Agent in Retell AI Dashboard
- Add some information about you in Conversation Node
- Add transitions to as many as you want
- Link them to a Function Node
- Add a description to function node, if you want AI to talk while it looks for information



{
"type": "object",
"properties": {
"user_request": {
"type": "string",
"description": "Exact message user has said"
}
},
"required": [
"user_request"
]
}

- The API Endpoint will be the webhook URL from n8n webhook node