Vapi server
# support
y
So I'm having issues in my make webhook response code once I run my flow it works but when I set it to retrieve new data I get this call ud issue idk if it's cause I'm supposed to have curl POST for the server as well. 2nd thing fir my my other route it's not activating so I believe there a function call issue though it works individually If anyone gets some time I would really appreciate your assistance 🙏
k
Double-check your scenario is active, your webhook responds within 40 secs, and your modules and filters are correctly set.
c
Call Id pls
y
@Sahil ca43617e-a94d-4695-b71e-76a0d0dbdf3d
No wait that's not it
@Sahil 981a8ad7-cfaa-4af2-9102-95537e91783e
@Kings_big💫 yes my webhook is active it runs but the example is like it's weird I know I'm missing stuff in my flow for some reason when I call when I don't press run once it doesn’t work it gives the phone id issue I corrected that but it happens when it's awaiting data and my scenario is running
No errors either
c
This is a classic webhook lifecycle and data mapping issue. We need to ensure your Make scenario properly handles VAPI's real-time call events, correctly maps call data, and manages the webhook response timing. The "call ID issue" typically occurs when webhook data isn't properly mapped - Check your webhook's data structure mapping in Make - Verify the "[call.id](http://call.id)" field is properly captured and passed through your flow - Add error handling for missing call data My Understanding of your problem.
Copy code
Webhook Trigger → Data Validation → Call Status Check → 
↓
[If in-progress] → Handle Live Call Data
↓
[If ended] → Process Final Results → Webhook Response
y
@Sahil Okay, just look through it.My function call isn't working at all like it's not even acknowledging any of the tool calls from within Bobby's call log that I can see.That's actually capturing for the data
s
@yecurazzy90 I am not understanding what's blocker for you right now? cc: @Kings_bigđź’«
y
@Shubham Bajaj okay so I created a transient flow using data from a https request from a mak module I was successfully able to carry out the action of the bot recognizing a phone number and then correlating it to the user calling.. the issue is my type no longer changes ut stays stuck on type assistant request ... what I needed from my webhook which was working before is for my function to work and the tools and function to appear so it can go down my other flow which search and updates the row
Just looking for some direction this is my first real transient bot I've tried go make
s
@Kings_bigđź’« can you help @yecurazzy90 for make automations workflows, if you have context on it how do they work..
k
In your webhook response to the assistant-request, return a complete assistant object that includes the tools array with properly defined functions and parameters, ensure the JSON is correctly structured with a result field if returning tool outputs and update the system prompt to explicitly tell the assistant when to invoke the tool..

https://youtu.be/jWg0dgZQD7M?si=_Xm-u6G0xkf6I34Mâ–ľ

y
@Kings_bigđź’« I truly appreciate your help I've spent all day to early hours of the morning trying to figure this out and still nothing I created a new assistant to start fresh... yhe think is I just don't understand the coding aspect like in the docs I don't know where what goes where like it to the point I call the bot and she dosent even saying anything unless I do ... to be more specific this is the video that I originally watched but it got it working but the data is like static I think

https://youtu.be/tT21SqcxDeQ?si=exzmALH_1l1MTXsBâ–ľ

@yecurazzy90 Also I sent my Json if I can understand structure and where to put stuff from the documentation and api reference than I think I could figure it out but I'm DM you can you please take a look at my Json when you get a chance please 🙏
3 Views