Multiple Go High Level create event and check availability
I have 4 check availability and 4 create event tools connected to my bot.
What we want to do is for the bot to use the right tool depending on the name of the assigned user.
I've sent the complete data to the bot with the user's name and I can confirm that the bot can read it, as it mentions the user name when it says "When do you want to book a call with [name]".
The problem is, the bot is using the incorrect check availability and create event tool, so it's not booking to correct user's calendar.
It's not following the prompt I set that if {{username}} is xxxx, use xxxx tools.
How do I fix this?
Thank you.
What we want to do is for the bot to use the right tool depending on the name of the assigned user.
I've sent the complete data to the bot with the user's name and I can confirm that the bot can read it, as it mentions the user name when it says "When do you want to book a call with [name]".
The problem is, the bot is using the incorrect check availability and create event tool, so it's not booking to correct user's calendar.
It's not following the prompt I set that if {{username}} is xxxx, use xxxx tools.
How do I fix this?
Thank you.