create_view
Create a new view in a Notion database by specifying the database ID, view name, and type. Supports table, board, list, calendar, timeline, gallery, form, chart, and map views.
Instructions
Create a Notion database view. Pass database_id. Dashboard views and dashboard widget placement are not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID | |
| name | Yes | View name | |
| type | Yes | View type. Dashboard is intentionally unsupported. | |
| filter | No | Raw Notion view filter payload | |
| sorts | No | Raw Notion view sorts payload | |
| quick_filters | No | Raw Notion quick filters payload | |
| configuration | No | Raw Notion view configuration payload. Dashboard configuration is rejected. | |
| position | No | Raw Notion view tab position payload |