Notion

Summary

This configuration contains the connection information to interact with the Notion API.

Properties

apiKey

The API Key to access your Notion account. For more information on how to generate or get your API Key, please take a look at Notion Developer Docs

Example Configuration

# description: configuration ID
# type: string
# required: true
connectionId: notion-main

# description: Connection Type
# type: string
# required: true
serviceType: Notion

# description: API Key to access Notion
# type: string
# required: true
apiKey: <your-Notion-api-key>


Backlinks