Notion is one of the six sources with both an open-source ingest skill and a paid webhook receiver.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.
Open-source ingest skill
Pull a Notion database or page tree intoExternal Inputs/Notion/<database>/<YYYY-MM-DD>.md. Requires a Notion internal integration token with read access to the relevant pages.
Webhook receiver (paid runtime)
Real-time push from Notion webhooks (available on paid Notion plans).X-Notion-Signature. The receiver validates and processes page and database update events.
Setup
- Create a Notion integration at notion.so/my-integrations. Grant read access to the pages and databases you want to ingest.
- In the integration settings, add the webhook URL:
https://runtime.myceliumai.co/webhooks/notion/{your_tenant_id}. - Copy the signing secret and add it to the runtime:
NOTION_WEBHOOK_SECRET_{TENANT_ID}in your env. - Share the relevant pages and databases with the integration from Notion.
Events ingested
| Notion event | Memory category | Notes |
|---|---|---|
| Page created | fact | New page in a tracked database |
| Page updated | fact | Content edits; prior version retained in git |
| Database item | decision / fact | Depends on database template type |