HI , I added "{{message.call.id}} " in
# general-english
r
HI , I added "{{message.call.id}} " in the request body as property value, but when console logs at my api server ,it just prints as : "cur_call_id":"{{message.call.id}} " here the screenshot how i'm passing ? can you help me how to get call event data...! I'm testing my workflow using web. https://cdn.discordapp.com/attachments/1211484481848873020/1397889985314820096/image.png?ex=68835e00&is=68820c80&hm=5ee688c5a57219b7918d497c72c5c68d1bf2dbe6afb773ab0aa5f7319daedbee&
k
If {{message.call.id}} shows as a literal string in your API request, it means the workflow context doesn’t include message.call; check your webhook logs to ensure the call event data is present, and use vapi listen to test with the full payload locally..
3 Views