Posting again (2nd day) with the hopes that someone from 11 Labs will jump in. I have a client project that needs to be resolved and I am STUCK!
I have a Webhook that isn’t triggering at the intended time. Here’s the situation:
Initially, the tool to check calendar availability was being called only after the customer mentioned their preferred day. This led to awkward pauses, as the AI would stop talking for 3 to 9 seconds while waiting for the tool to fetch results.
To resolve this, I re-engineered the prompt so the tool would trigger at the very start of the conversation, running in the background. The goal was to preload the calendar data, allowing the AI to have knowledge of available days and times before the customer shared their preference. This should have eliminated the delay and improved conversational flow.
However, despite these changes, the tool still doesn’t trigger at the start of the call. It continues to wait until the customer mentions a preferred day, which reintroduces the awkward pauses.
I’d greatly appreciate help in diagnosing and re-engineering the prompt or Webhook to ensure the tool triggers as soon as the call begins. Any guidance on how to implement this effectively would be incredibly helpful.