Skip to main content
Inbound HTTP webhooks let external services trigger Meridian bot flows. Configure the path (and optional secret) on an Event flow that listens for HTTP webhooks in the builder.

Request

Authentication

If the flow requires a key, send header:
Missing or wrong key → 401 { "error": "Unauthorized." }. When the flow does not require a key, omit the header.

Responses

Meridian forwards a limited set of headers to the bot runtime (content-type, user-agent, x-forwarded-for, x-request-id). There is no caller-facing rate limit beyond body size.
Copy the exact webhook URL from the flow’s webhook trigger in the builder so {botId} and {path} match.
Last modified on August 9, 2026