> ## Documentation Index
> Fetch the complete documentation index at: https://atmet.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Notion Integration: Automate Your Knowledge Base Sync

> Connect Notion to Atmet to trigger workflows when new database pages appear and automate page creation, updates, and project tracking tasks.

Notion is the hub where many teams manage tasks, projects, wikis, and data — and the Atmet Notion integration turns that hub into an active part of your automation stack. Trigger workflows whenever a new page is added to a database, then create and update pages from any point in your workflow. Whether you're building an automated task intake pipeline, keeping a CRM database in sync with your email tool, or creating weekly project entries that write themselves into Notion, this integration bridges your structured data with the rest of your business.

## Prerequisites

Before connecting Notion, make sure you have:

* A Notion account
* Access to the Notion workspace you want to automate
* The pages or databases you want to use must be **shared with the Atmet integration** in Notion — Notion's permission model requires you to explicitly grant access at the page level after connecting

***

## Connecting Notion

<Steps>
  <Step title="Open Integrations">
    In the Atmet sidebar, navigate to **Integrations** and find **Notion** in the list.
  </Step>

  <Step title="Click Connect">
    Click the **Connect** button. You'll be redirected to Notion's OAuth authorization page.
  </Step>

  <Step title="Select your workspace">
    If you belong to multiple Notion workspaces, choose the one you want to connect from the dropdown.
  </Step>

  <Step title="Choose pages to share">
    Notion will prompt you to select which pages and databases Atmet can access. Check every page or database you plan to use in your workflows. You can always update this selection later from your Notion workspace settings.
  </Step>

  <Step title="Click Allow Access">
    Click **Allow Access** to complete the OAuth flow. Notion redirects you back to Atmet.
  </Step>

  <Step title="Confirm the connection">
    A green **Connected** badge confirms Notion is linked. You can now reference your selected pages and databases in workflow triggers and actions.
  </Step>
</Steps>

<Warning>
  If a page or database isn't appearing in Atmet's workflow builder, it's almost always because that page hasn't been shared with the Atmet integration in Notion. Open the page in Notion, click **Share** (top right), and add the Atmet integration under **Connections**.
</Warning>

***

## Triggers

<Accordion title="New page in database">
  Fires whenever a new page (row) is created in a Notion database.

  | Parameter  | Description                                                                                     |
  | ---------- | ----------------------------------------------------------------------------------------------- |
  | `Database` | The Notion database to monitor. Only databases shared with the Atmet integration are available. |

  **Use this trigger when** you want to start a workflow the moment a new task, lead, bug report, or content item is added to a Notion database — for example, notifying the assignee or syncing the record to another tool.
</Accordion>

***

## Actions

<Accordion title="Creating and updating pages">
  | Action          | What it does                                                                                                                                 |
  | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
  | **Create page** | Creates a new page in a Notion database with the properties you specify — title, status, assignee, due date, and any other database columns. |
  | **Update page** | Modifies the properties of an existing Notion page — for example, changing a status, due date, or assignee.                                  |
</Accordion>

***

## Workflow ideas

<CardGroup cols={2}>
  <Card title="Automated task intake" icon="inbox">
    Trigger when a new page is added to a `Task Requests` database. Use AI to parse the description, set priority and assignee properties automatically, and send a Slack DM to the assigned team member.
  </Card>

  <Card title="CRM sync from email" icon="address-card">
    Trigger on a new Gmail message from an unknown sender. Extract name, company, and email with AI, then create a new page in your Notion CRM database with those properties pre-filled.
  </Card>

  <Card title="Issue-to-Notion bridge" icon="arrows-rotate">
    Trigger on a new GitHub issue labeled `customer-reported`. Create a matching page in your Notion bug tracker database with the issue title, link, and priority — keeping engineering and product in sync.
  </Card>

  <Card title="Weekly project digest" icon="chart-line">
    Run on a schedule every Monday. Use AI to summarize recent activity, then create a new page in a `Weekly Reports` Notion database to maintain an ongoing project log.
  </Card>
</CardGroup>

***

## Limitations and notes

<Note>
  The **Update page** action updates **properties** only — it does not modify the page body (content blocks). Notion's API exposes page properties (database columns) as the primary editable surface for workflow automation.
</Note>

<Info>
  Notion's OAuth connection grants Atmet access only to the pages and databases you explicitly share during setup. If you add new databases after connecting, return to your Notion workspace settings and share them with the Atmet integration to make them available in workflows.
</Info>

<Accordion title="How do I find a Notion page or database ID?">
  Open the page or database in Notion in your browser. The URL looks like `https://www.notion.so/My-Page-Title-abc123def456...`. The ID is the alphanumeric string at the end of the URL (after the last hyphen). You can also copy a page link from within Notion — the link contains the full ID.
</Accordion>

<Accordion title="Can I connect multiple Notion workspaces?">
  Yes. To connect a second Notion workspace, return to the Integrations page in Atmet and add a new Notion connection. During the OAuth flow, select the second workspace from the dropdown. Each connection is independent and can be referenced in separate workflows.
</Accordion>
