Thank you for your message. I can get that in the end-of-call message, but the webhook does not include that data... Here is all the input I get when receiving a tool call on my server:
GET Parameters: {
"api": "vapi_prefetch"
}
POST Parameters: []
REQUEST Parameters: {
"api": "vapi_prefetch"
}
Raw Input Length: 22
Raw Input: {"from":"017xxxxxxxx"}
Raw Input (JSON Decoded): {
"from": "017xxxxxxxxx"
}