Webhook_timeout_ms is not being respected

For agent_e951558e1bc014da3f26178611 - webhook_timeout_ms=30000

However, the webhook requests are still timing out after 10 seconds, e.g. see call call_3b1b520bd2bdef7f1a0c89ee3d7:

2026-07-23 09:48:23.106 call_3b1b520bd2bdef7f1a0c89ee3d7 error: Error met in inbound webhook: Axios Error: error code: ECONNABORTED, error message: timeout of 10000ms exceeded

Can you take a look if this is a bug or some misconfiguration on our side please?

Hey @plamen Okay, I’m checking this with the team and will get back to you as soon as I have an update.

Thank You

Hey @plamen This setting applies to agent-level webhooks and does not include the inbound webhook. The inbound webhook has a fixed 10-second timeout and will retry up to 3 times.

Thank You

Thanks. Is there a way to increase the timeout of the inbound webhook? 10 seconds may generally not be enough all the data needed to start the call with the right context (as is our case). Do you plan to add such a setting or is there some rationale behind having it?

Hello @plamen Currently, there is no option to increase the timeout for the inbound webhook.

You can retrieve the data using a custom function during the call or use the patch call API to add variables or a context during the call.

Thank You