create_view
Create a custom view for a Notion database. Specify the database, view name, type, filters, sorts, and configuration. Dashboard views not supported.
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 |