BlueBerry
04/11/2025, 12:47 PMVapi Support Bot
04/11/2025, 12:49 PMjson
{
"artifact": {
"transcript": "Full conversation transcript",
"recordingUrl": "https://storage.url/recording.wav",
"stereoRecordingUrl": "https://storage.url/stereo-recording.wav",
"messages": [
// Array of conversation messages
]
}
}
This endpoint returns the full transcript within the artifact object [Discord conversation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341440757189578782).
2. **Using server messages for real-time transcripts**:
Configure serverMessages
to include "transcript" for real-time transcriptions and "end-of-call-report" for the final transcript [Discord conversation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341440757189578782).
## Integrating VAPI with Google Sheets (Without Make.com)
According to the information I found, there's no direct method to upload a spreadsheet to make calls, but you can integrate VAPI with Google Sheets using the API [Discord conversation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1340055555582201917).
The most promising alternative to Make.com appears to be using VAPI's API Request task within Workflows:
1. The API Request task enables your workflow to interact with external APIs, including Google Sheets API [VAPI documentation](https://docs.vapi.ai/workflows/tasks/api-request).
2. It supports both GET and POST methods, which you would need for appending data to Google Sheets.Vapi Support Bot
04/11/2025, 12:49 PMKyle
04/11/2025, 1:21 PMSRQ
04/30/2025, 10:02 PMKings_big💫
05/01/2025, 2:54 PM