Notion
Add each Evoras article as a page in a Notion database.
Evoras publishes articles as pages in a Notion database using the Notion API. You'll need a database set up with the right properties, then Evoras creates a new page there for each article.
What you'll need
- A Notion integration token (sometimes called an Internal Integration Secret)
- A Notion database ID — the target database where articles become pages
Step 1 — Create a Notion integration
Go to https://www.notion.so/my-integrations and click New integration. Name it "Evoras," select the workspace your database lives in, and submit. Copy the Internal Integration Secret (the token starting with ntn_).
Step 2 — Share your database
In Notion, open your target database, click Share in the top-right, and invite your integration (the name you used, e.g. "Evoras") with at least Can edit access. Without this step, the API call will fail.
Step 3 — Connect in Evoras
Go to Integrations, click Connect on Notion, and enter your integration token and database ID.
What gets published
- A new page in your database with the article title as the page name
- The article body as the page content, converted to Notion's block format
- Properties mapped from the article: status, URL, slug, meta description, and publish date
- Inline images uploaded as Notion image blocks
Database setup required. Your Notion database should have at minimum a Title property. For best results, add properties named "Status," "Slug," "URL," and "Published" (Date) — Evoras will map to these automatically if they exist.