API node not passing call id
API Request node is just passing the properties i set in the body of the request, that means that i do not have the call id info
call object in the incoming JSON payload. For example, in JavaScript/Node.js:message.call.id to your desired variable. ⤵️ Mention @Vapi Support Bot for follow-ups 🐥
message.call.id from the incoming payload. If you only see your custom fields, check your webhook trigger or mapping settings to ensure the full Vapi event is being passed through. callmessage.call.idmessage.call.id{
"message": {
"call": {
"id": "your-call-id"
},
...
}
}