Hi,
I created a tool (bookAppointments) that has 3 variables/identifiers.
In Make.com, I have a webhook that is integrated into the VAPI under tools/bookAppointment.
The prompt goes like this: The agent needs to ask three questions, one at a time.
Agent: Would you like to make an appointment?
Tool -> bookAppointment = Yes or no
Agent: What is your name?
Tool -> AcceptName = Mike
Agent: What color do you like?
Tool -> AcceptColor = Red
How do I pause to receive all variables/identifiers so that all arguments will have their answers before the webhook is triggered?
thanks