Is it possible to add the current call id to the o...
# support
m
I have looked through the outgoing webhooks during a call and don't see the call id. I need the call id to cross reference data on my app. Is there a variable {{vapi-call-id}} or similar (like {{now}} for example) that i can add to the prompt? Fyi we do retrieve the call id info on end of call report, but need it during the function/tool call.. not sure why its missing, assume the platform has this info when the call started?
s
You should be getting the call_id in every single server request. Which means it is included in the tool call as well.
k
@mardadi
m
That's what i thought but I only see tool_call_id..
@Sahil
Here it shows value as "text-pipeline-..."
s
Can you send me the call_id?
it can be found in call logs
m
I realied i was testing using the chat feature on the dashboard so it shows text-pipeline. when i use voice, i get the call with id. So, closing this request. thanks!