Easily create new entries in a Notion database from your workflow runs. Designed for release notes, but flexible for other uses.
This action expects a Notion database with these properties:
- Name: Text
- Date: Date
- Tags: Multi-select
Duplicate the template: Notion Release Notes Template
Get your NOTION_DATABASE_ID:
- Open your database in Notion.
- Click the
...menu and selectCopy link. - The GUID at the end of the URL is your database ID.
- Example: For the template above, the ID is
272d0c489907802faeede20c94faf00b.
- Example: For the template above, the ID is
- Go to Notion Integrations.
- Create a new integration (e.g., "GitHub Action Release Notes").
- Select your workspace.
- After creation, share your database with the integration.
- Copy your integration token (
NOTION_TOKEN).
See the example workflow: release.yml or release_sync.yml