Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.bolna.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

5th May, 2026

Custom Headers for Webhooks

You can now send custom HTTP headers along with your execution-data webhook from the agent’s Analytics tab. Toggle Add headers next to the webhook URL and provide a JSON object of header key-value pairs — Bolna will include them on every webhook delivery for that agent.This makes it easier to authenticate webhook requests against your own services (for example, by sending an Authorization token, an API key, or a tenant identifier) without needing a proxy in front of your endpoint.Webhook configuration with custom headers JSON fieldLearn more in the Analytics Tab documentation.