-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
notion_api_key
URLs
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.