Real-Time Log To Google Sheet
I want to record the call transcription to google sheet in real-time. How can I do this?
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
{
"serverMessages": [
"transcript",
"end-of-call-report"
]
}{
"message": {
"type": "transcript",
"transcript": "User's speech text",
"role": "user",
"transcriptType": "final"
}
}