CRM
Notion
Notion API integration for pages, databases, and blocks
Build with NotionCreate pages, update databases, and organize your workspace automatically. Great for meeting notes, CRM dashboards, and content management.
Supported Triggers and Actions
Bubble Lab helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event that can happen during the workflow.
Triggers
Events in Notion that can start your workflow
No native triggers. Use webhooks or scheduled triggers to start workflows with Notion.
Actions
Things your workflow can do with Notion
- Create Page — Create a new page in Notion
- Retrieve Page — Retrieve a page by its ID
- Update Page — Update an existing page
- Retrieve Database — Retrieve a database by its ID. The response includes a data_sources array — use data_sources[0].id as the data_source_id for query_data_source and create_page operations. In Notion API v2025+, database_id and data_source_id are different UUIDs.
- Retrieve Data Source — Retrieve a data source by its ID to get the schema (properties). Returns the property definitions (names, types, options, etc.) for the data source. NOTE: retrieve_database now auto-fetches this, so you typically don't need this operation.
- Query Data Source — Query a data source to retrieve pages
- Create Data Source — Create a new data source in an existing database
- Update Data Source — Update a data source
- Create Database — Create a new database
- Update Database — Update a database
- Append Block Children — Append children blocks to a parent block or page
- Retrieve Block Children — Retrieve children blocks of a parent block
- Retrieve Block — Retrieve a block by its ID
- Update Block — Update a block
- Create Comment — Create a comment on a page or block
- Retrieve Comment — Retrieve a comment by its ID
- List Users — List all users in the workspace
- Search — Search all pages and data sources shared with the integration
Example workflows
Click any example to try it with Pearl.
Disclaimer
Bubble Lab workflows may use Large Language Models (LLMs) such as GPT, Claude, and Gemini to generate responses and automate tasks. AI-generated content may be inaccurate, incomplete, or outdated. Users should independently verify any AI-generated outputs before relying on them for decisions.
Ready to build with Notion? Just tell Pearl what you want to create.
Get started