Confluence uses a webhook receiver (paid runtime).Documentation Index
Fetch the complete documentation index at: https://docs.mycelium-ai.co/llms.txt
Use this file to discover all available pages before exploring further.
Webhook receiver (paid runtime)
X-Hub-Signature (HMAC-SHA256) on webhook payloads. The receiver validates the signature.
Setup
- In Confluence, go to Settings > Webhooks > Create webhook (requires Confluence admin).
- Set URL to
https://runtime.myceliumai.co/webhooks/confluence/{your_tenant_id}. - Select events: Page Created, Page Updated, Blog Post Created, Blog Post Updated, Space Created.
- Generate a secret and add it to the runtime:
CONFLUENCE_WEBHOOK_SECRET_{TENANT_ID}in your env. - For Confluence Server/Data Center: configure the webhook in the admin panel under General Configuration > Webhooks.
Events ingested
| Confluence event | Memory category | Notes |
|---|---|---|
| Page created | fact | Full page content extracted |
| Page updated | fact | Diff captured; prior version retained in git |
| Blog post | fact | Blog content extracted |
| Space created | fact | Space metadata |