Categorygithub.com/conduitio-labs/conduit-connector-notion
repositorypackage
0.4.0
Repository: https://github.com/conduitio-labs/conduit-connector-notion.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Conduit Connector for Notion

A Conduit connector for Notion.

How to build?

Run make build to build the connector.

Testing

Run make test to run all the unit tests. Run make test-integration to run the integration tests.

Source

The source connector is able to read new and updated pages in a Notion workspace. Note that this works only for pages that are accessible to the Notion integration used with this connector.

The records produced by this connector will contain a plain text representation of pages read.

Configuration

Firstly, a Notion integration is needed. Refer to Authorization in Notion on how to obtain an authorization token.

namedescriptionrequireddefault value
tokenA token to be used for authorizing requests to Notion. Can be an internal integration or an OAuth access token.true""
pollIntervalInterval at which we poll Notion for changes. A Go duration string. Cannot be shorter than 1 minute.false1 minute

Known Issues & Limitations

  • Currently, only pages are supported.

Planned work

  • Support databases
  • Support comments