Call meta data not sent to Make.com
# support
g
I'm using Make.com to get info about the call. However most fields are not populated when the data arrives in Make. Is there something I can do to get all the data associated with the call? I am especially interested in getting a URL to the recording and to the full transcript
v
Hi @geepayne, I'm an AI assistant for Vapi. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Get Call]() * [Create Phone Call]() * [Create Assistant]() * [List Calls]() -----------------------------
### Answer To ensure all the desired call metadata, including the recording URL and full transcript, is sent to Make.com, you should verify that the configuration of your Vapi setup includes the necessary fields for capturing and transmitting this data. For each call, Vapi can provide information such as the recording URL and transcript as part of the call data, as indicated in the API documentation for creating a phone call [(1)]() and getting call details [(2)]() . Make sure that: - The
recordingEnabled
setting is enabled in your call setup to get the recording URL. - The integration with Make.com is correctly set up to receive and process the JSON payloads sent by Vapi that include the recording URL and transcript. If issues persist after checking these settings, consider reviewing the API documentation for any steps you might have missed or for additional settings that could influence the data received by Make.com.
Got it. Tagging @User for additional help.
s
You are using a function-call type where a transcript isn't available. Instead, use the call-end-report in the server URL. https://docs.vapi.ai/server_url
g
Thanks I'll investigate
3 Views