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.