{
"id": "conversation-id-1",
"status": "HUMAN_REQUESTED",
"isAiEnabled": false,
"channel": "whatsapp",
"agent": {
"id": "agent-id",
"name": "Nome do Agente",
"iconUrl": "https://exemplo.com/icon.png"
},
"lead": {
"id": "lead-id",
"email": "cliente@exemplo.com",
"phoneNumber": "+5511999999999"
},
"metadata": {
"reason": "Customer requested human support",
"isFormSubmitted": false
},
"messages": [
{
"id": "message-id-1",
"text": "Agente desativado. Conversa transferida para atendimento humano.",
"from": "system",
"createdAt": "2024-01-01T00:00:00.000Z",
"conversationId": "conversation-id-1"
}
],
"workspace": {
"id": "workspace-id",
"organization": {
"memberships": [
{
"user": {
"email": "admin@empresa.com"
}
}
]
}
},
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
}