Notion
Notion is a flexible workspace tool for organizing personal and professional tasks, offering customizable notes, documents, databases, and more.
Grab Credentials
- If you don’t have a Notion account, please create one.
- Access your Notion account and navigate to My Integrations.
- Click on “New Integration” on the left and name it appropriately.
- Finally, click on “Submit” located at the bottom of the page.
Add a Connection to the Database
- Open the database that you want to load to the destination.
- Click on the three dots located in the top right corner and choose “Add connections”.
- From the list of options, select the integration you previously created and click on “Confirm”.
Connection Properties
The config
section in a YAML file includes the following properties:
connector_name: Notion
api_key: API key
Example Configuration
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Notion_data
connectorname: Notion
config:
api_key: <API KEY>
properties:
selected_database_ids: <SELECTED DATABASE ID>