n8n-docs/docs/integrations/credentials/notion.md
2022-04-13 09:56:05 +01:00

33 lines
1.6 KiB
Markdown

# Notion
You can use these credentials to authenticate the following nodes with Notion.
- [Notion](/integrations/nodes/n8n-nodes-base.notion/)
- [Notion Trigger](/integrations/trigger-nodes/n8n-nodes-base.notionTrigger/)
## Prerequisites
Create a [Notion](https://notion.so) account.
## Using API Key
1. Open your Notion [workspace](https://notion.so/).
2. Click on ***Settings & Members*** in the left-sidebar.
3. Select ***Integrations*** and click on ***Develop your own integrations***.
4. Click on the ***+ New integration*** button or the ***Create new integration*** card.
5. Enter a name for your app in the ***Name*** field.
6. Select a workspace to install the integration from the ***Associated workspace*** dropdown list.
7. Click on the ***Submit*** button.
8. Click on ***Show*** next to the ***Internal Integration Token*** field.
9. Click on ***Copy*** to copy the displayed token.
10. Enter the name for your credentials in the ***Credentials Name*** field in the 'Notion API' credentials in n8n.
11. Paste the token in the ***API Key*** field in the 'Notion API' credentials in n8n.
12. Click on the ***Create*** button to create your credentials.
**Note:** Share the specific pages with the app for those pages to be accessed using the API.
The following video demonstrates the steps mentioned above.
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/37h0MPwT3_k" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>