Description
When the agent produces a bubble, JelouPOSTs to your webhookUrl with the formatted message. Timeout is 20 seconds with a single attempt (no retry or backoff).
Envelope
Delivery headers
Content-Type: application/json- Auth from
credentials.auth(when configured):api_key→ configurable header (defaultX-Api-Key)bearer→Authorization: Bearer <value>basic→valueis the fullusername:passwordstring before Base64; the header isAuthorization: Basic <base64(username:password)>
X-Jelou-Signature: sha256=<hmac>computed over the exact raw HTTP body bytes (always present; the signing key is required). Verify against that raw body before parsing it as JSON; do not re-serialize the parsed object.
Message types (message)
Flow text with interactive options usually arrives as
type: "BUTTONS", not TEXT. The wire type for quick replies is QUICK_REPLY (underscore). The Sticker block is not available in the builder for this channel.Examples
- TEXT
- IMAGE