Skip to content

Commit

Permalink
Add workspace ownership requirement (#17418)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliaroye authored Oct 3, 2022
1 parent 7b4b378 commit 7319762
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/integrations/sources/notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Notion is a productivity and project management software. It was designed to help organizations coordinate deadlines, objectives, and assignments.

## Prerequisites
* Created Notion account with integration on [my integrations](https://www.notion.so/my-integrations) page.
* Created Notion account with integration on [my integrations](https://www.notion.so/my-integrations) page or an account that is the owner of a workspace.

## Airbyte Open Source
* Start Date
Expand All @@ -19,7 +19,7 @@ Notion is a productivity and project management software. It was designed to hel

1. Create account on Notion by following link [signup](https://www.notion.so/signup)
2. Login to your Notion account and go to [my integrations](https://www.notion.so/my-integrations) page.
3. Create a **new integration**. Make sure to check the `Read content` capability.
3. Create a **new integration**. You must be the owner of a workspace to create a new integration. Make sure to check the `Read content` capability.
4. Check the appropriate user capability depending on your use case.
5. Check the settings **Integration type** and select **Public** (OAuth2.0 authentication) or **Internal** (Token authorization) integration
6. If you select Public integration you need to go to the opened section **OAuth Domain & URIs** and fill all fields of form you've received.
Expand All @@ -37,7 +37,7 @@ Notion is a productivity and project management software. It was designed to hel
5. Choose the method of authentication
6. If you select Token authentication - fill the field **token** with **access_token** in setup Notion step (8)
7. If you select OAuth2.0 authorization - Click `Authenticate your Notion account`.
8. Log in and Authorize to the Notion account
8. Log in and Authorize the Notion account. Select the pages you wish to allow Airbyte to access.
10. Click `Set up source`.

### For Airbyte Open Source:
Expand All @@ -61,7 +61,7 @@ The Notion source connector supports the following [sync modes](https://docs.air
* [blocks](https://developers.notion.com/reference/retrieve-a-block)
* [databases](https://developers.notion.com/reference/retrieve-a-database)
* [pages](https://developers.notion.com/reference/retrieve-a-page)
* [users](https://developers.notion.com/reference/retrieve-a-get-users) (this stream is not support **Incremental** - _Append Sync_ mode)
* [users](https://developers.notion.com/reference/retrieve-a-get-users) (this stream does not support **Incremental** - _Append Sync_ mode)

For more information, see the [Notion API](https://developers.notion.com/reference/intro).

Expand Down

0 comments on commit 7319762

Please sign in to comment.