# Notion

The Notion integration makes it easy to track work from Notion without leaving Glue. When you share a Notion link, Glue shows a rich preview with the latest details and keeps the conversation up to date as page properties change.

<figure><img src="/files/AbfMdWK9FouyZe0TkzOa" alt=""><figcaption></figcaption></figure>

### Notion Link Previews <a href="#linear-link-previews" id="linear-link-previews"></a>

With this integration, Glue can unfurl Notion links — making it easy to see page context without leaving the conversation. Statuses will update in real time in these previews.

### **Auto-Subscribe to Notion Page Updates**

When you share a Notion page in a thread, Glue automatically subscribes the thread to the page's property updates. If you're using Notion to track projects or tasks, this feature is for you. Whenever a page's property changes, a system message is posted to the thread so everyone stays in the loop — no manual setup required. Just send your link with the link preview, and the thread will be automatically subscribed to the page's updates.

### Supported Resource Types

| Resource Type | Preview Format             | Example                    |
| ------------- | -------------------------- | -------------------------- |
| **Pages**     | `Page • Page Title`        | Page • Q2 Launch Checklist |
| **Databases** | `Database • Database Name` | Database • Product Roadmap |

### Setting up the Notion integration

To set up Notion, just paste a Notion link into any message in Glue and send the message. The first time you do this:

* A prompt will appear asking you to connect Notion to Glue. Click **Connect**.
* A popup up with then appear asking you to authorize Glue to use Notion. Click **Authorize**.
* A browser pop-up will open, redirecting you to Notion. Depending on your browser, the messaging may vary slightly. If you're already logged into Notion, the authorization will complete automatically. If not, you'll be prompted to enter your Notion credentials to proceed.
* You will see a confirmation message once Notion is successfully connected.

{% hint style="warning" %}
If the Notion app is removed from the workspace, an admin will need to re-add the integration manually to re-enable functionality.
{% endhint %}

### **Troubleshooting**

<details>

<summary>Page updates are not sending for a link I sent</summary>

* Make sure you include the rich link preview when you send the link to the thread. If you removed the link preview, the thread will not be subscribed.
* Auto-subscribe currently applies to Notion page and database links.
* Notion page update events only fire for changes to page properties. Changes to the page content itself will not send app updates.
* Sharing a database link subscribes the thread to updates for all pages in that database.
* Notion events can take up to a minute or two to appear in Glue, so a short delay is expected.

</details>

<details>

<summary>How do I unsubscribe my thread from a page update?</summary>

* Open the thread resource sidebar
* Locate the shared link resource and click the 3 dot menu
* Click "Stop updates"

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glue.ai/integrations/notion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
