create_view
Create a new view within a Notion database. Specify the database, view name, and type to organize your data.
Instructions
Create a Notion database view. Pass database_id. Dashboard views and dashboard widget placement are not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | View name | |
| type | Yes | View type. Dashboard is intentionally unsupported. | |
| sorts | No | Raw Notion view sorts payload | |
| filter | No | Raw Notion view filter payload | |
| position | No | Raw Notion view tab position payload | |
| database_id | Yes | Database ID | |
| configuration | No | Raw Notion view configuration payload. Dashboard configuration is rejected. | |
| quick_filters | No | Raw Notion quick filters payload |