Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions connection-guides/iam/notion.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
title: "Notion"
description: "Follow these steps to connect Notion via the StackOne Hub successfully."
---

import IntegrationFooter from "/snippets/integration-footer.mdx";

<Warning>
Ensure that your Notion account has **Workspace owner** or **Workspace admin** privileges.
</Warning>

If you've been directed to StackOne to integrate with Notion, the following steps will help you understand the process and any necessary actions to configure a successful integration.

## Log in to Notion

Log in to your Notion account.

<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Log in to Notion" src="/images/notion/iam_image1.png" />
</Frame>


## Create your Notion API Key

<Steps>
<Step title="Navigate to Integrations">
Go to your Notion Profile Integrations page at https://www.notion.so/profile/integrations and click **New integration**.
Comment thread
jerann marked this conversation as resolved.

<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Navigate to API Keys" src="/images/notion/iam_image2.png" />
</Frame>
</Step>
<Step title="Enter Integration Details">
Enter/select the following fields:
- **Integration Name**: A name for your integration
- **Associated workspace**: The Notion Workspace that this integration will have access to
- **Type**: Select *Internal*

Click **Save** to continue.

<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Create a new API Key" src="/images/notion/iam_image3.png" />
</Frame>
</Step>
<Step title="Copy your API Key">
A popup will appear displaying that the integration has been created successfully. Click **Configure integration settings** to continue.

Your **API Key** will be available to copy under *Internal Integration Secret*. **Copy** this value and store it safely to be used in a later step.

<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Copy your API Key" src="/images/notion/iam_image4.png" />
</Frame>
</Step>
<Step title="Select API Key Capabilities">
Under *Capabilities* > *User Capabilities* ensure that "Read user information including email addresses" is selected. This is the only capability required for this integration.

Click **Save** to continue.

<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Select API Key Scopes" src="/images/notion/iam_image5.png" />
</Frame>
</Step>

</Steps>
## Create your Notion SCIM Token (optional)

A SCIM Token is needed for retrieving User Roles via this integration, but is only available for Notion Enterprise customers with SCIM Provisioning enabled.

For more information on this and obtaining a SCIM Token, please refer to the [Notion SCIM Provisioning documentation](https://www.notion.com/help/provision-users-and-groups-with-scim).
Comment thread
jerann marked this conversation as resolved.

## Connecting with StackOne

Upon reaching the Link Account page, enter the credential(s) from the previous steps:
- **API Key**
- **SCIM Token** (optional)

Proceed by clicking the Connect button.

<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Enter Credentials" src="/images/notion/iam_image6.png" />
</Frame>

<IntegrationFooter />

## Available data

This integration has the following [IAM Resources](https://docs.stackone.com/reference/getting-started-with-your-api) available from the provider:
<ul>
<li>Users</li>
<li>Roles</li>
</ul>
Binary file added images/notion/iam_image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notion/iam_image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notion/iam_image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notion/iam_image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notion/iam_image5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notion/iam_image6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ import { IntegrationTile } from '/snippets/integration-tile.mdx';
<IntegrationTile logo={'https://mintlify.s3-us-west-1.amazonaws.com/stackone-hub/images/logo-meistertask.png'} title={'MeisterTask (OAuth)'} category={'IAM'} link={'/connection-guides/iam/meistertask-oauth'} />
<IntegrationTile logo={'https://mintlify.s3-us-west-1.amazonaws.com/stackone-hub/images/logo-mixpanel.png'} title={'Mixpanel'} category={'IAM'} link={'/connection-guides/iam/mixpanel'} />
<IntegrationTile logo={'https://mintlify.s3-us-west-1.amazonaws.com/stackone-hub/images/logo-netlify.png'} title={'Netlify'} category={'IAM'} link={'/connection-guides/iam/netlify'} />
<IntegrationTile logo={'https://mintlify.s3-us-west-1.amazonaws.com/stackone-hub/images/logo-notion.png'} title={'Notion'} category={'IAM'} link={'/connection-guides/iam/notion'} />
<IntegrationTile logo={'https://mintlify.s3-us-west-1.amazonaws.com/stackone-hub/images/logo-okta.png'} title={'Okta'} category={'IAM'} link={'/connection-guides/iam/okta'} />
<IntegrationTile logo={'https://mintlify.s3-us-west-1.amazonaws.com/stackone-hub/images/logo-oneflow.png'} title={'Oneflow'} category={'IAM'} link={'/connection-guides/iam/oneflow'} />
<IntegrationTile logo={'https://mintlify.s3-us-west-1.amazonaws.com/stackone-hub/images/logo-onelogin.png'} title={'OneLogin'} category={'IAM'} link={'/connection-guides/iam/onelogin'} />
Expand Down