Hi, Haian_Abou-Karam, thank you for taking your time to help me. It works!
But Could you please review this issue raised in the next node?
Merge Voice Text Node, A âjsonâ property isnât an object [item 0]
In the returned data, every key named âjsonâ must point to an object. Thank you a lot.
I am sorry for your time, Haian_Abou-Karam, I fix it with this JNSON. Thanks anyways!
// 1. Get transcription from the previous node (HTTP Request)
const transcription = $json.text || ââ;
// 2. Get the data from the âNormalize Messageâ node
const normalized = $(âNormalize Messageâ).first().json;
// 3. Combine them and return the object
return {
âŠnormalized,
textContent: transcription,
isVoice: true,
wasTranscribed: true
};
1 âGefĂ€llt mirâ
Ich versuche, dies mit Vapi zu verbinden. Beim Veröffentlichen erhalte ich stÀndig Fehler in n8n. Kann mir jemand helfen? Ich habe bereits versucht, das Problem zu lösen, habe aber bisher keine Lösung gefunden.