PipedreamHQ / PipedreamHQ/pipedream

[Components] notion_api_key

Open
#16,368 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# notion_api_key
## URLs
- https://developers.notion.com/reference/intro
## Webhook Sources
### new-comment-instant
#### Description
Emit new event when a new comment is added to a page or block in Notion. Requires enabling webhook integration and specifying the target page or parent block.
### new-database-instant
#### Description
Emit new event when a new database is created in the Notion workspace. Requires webhook setup and specifying optional parent page or workspace scope.
## Polling Sources
### new-page-in-database
#### Description
Emit new event when a new page is added to a specific Notion database. Requires the database ID as a required prop. Optional props include a time interval for polling.
## Actions
### create-page
#### Description
Create a new page in a specified Notion database. Requires database ID, page properties, and content blocks. Optional props include parent page ID and icon.
### update-page-properties
#### Description
Update properties of an existing Notion page. Requires page ID and updated property values.
### append-block
#### Description
Append one or more child blocks to an existing Notion block or page. Requires parent block/page ID and block content to append.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.