cd /news/ai-products/webhook-tool-filler-messages-now-ava… · home topics ai-products article
[ARTICLE · art-48752] src=telnyx.com ↗ pub= topic=ai-products verified=true sentiment=↑ positive

Webhook Tool Filler Messages Now Available for Telnyx AI Assistants

Telnyx launched filler messages for AI Assistants, allowing developers to script utterances during webhook tool calls to keep callers engaged instead of facing silence. The feature supports deterministic, tiered messages at request start and after configurable delays, improving voice AI call retention.

read1 min views1 publishedJul 6, 2026
Webhook Tool Filler Messages Now Available for Telnyx AI Assistants
Image: Telnyx (auto-discovered)

Contact us

Log in

AI Assistants can now speak scripted utterances at the start of a webhook tool call and during long-running requests. Callers stay engaged while the assistant waits on an external API, database lookup, or third-party model, instead of sitting in silence.

Silence is where voice AI calls die. A webhook tool call that takes 8 to 12 seconds for a database lookup or third-party API leaves the caller staring at dead air, and on a phone call that reads as broken, not . Most voice platforms either go silent and lose the caller, or ask the LLM to improvise filler, which rambles, drifts off-brand, and can't be tuned.

This lets you script the wait-state UX the same way you script the conversation flow. "Let me look that up for you" at the start, "still working on this" at 5 seconds, "almost there" at 15 seconds. Deterministic, tiered, and per-tool. The same control you have over the conversation now extends to the gaps the conversation depends on.

Each filler message has a type

of request_start

(spoken immediately when the tool call begins) or request_response_delayed

(spoken after timing_ms

milliseconds if the response has not yet arrived). The timing_ms

field accepts 100 to 120000 ms and is only required for delayed messages. Once the response arrives, any remaining delayed messages are skipped.

{
  "filler_messages": [
    { "type": "request_start", "content": "Let me look that up for you." },
    { "type": "request_response_delayed", "content": "Still working on this.", "timing_ms": 5000 },
    { "type": "request_response_delayed", "content": "Almost there.", "timing_ms": 15000 }
  ]
}

Learn more in the AI Assistants docs or the Telnyx docs.

── more in #ai-products 4 stories · sorted by recency
── more on @telnyx 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/webhook-tool-filler-…] indexed:0 read:1min 2026-07-06 ·