返回 Notion Databases
将 Knoon AI 与 Notion Databases (Notion) 连接以自动化 AI 工作流。
Create a Notion database.
notionDatabaseCreate
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| parent | mustache | Parent object for the new database. Provide valid JSON object. | 是的 |
| title | mustache | Rich text array for the database title. Provide valid JSON array. | 是的 |
| description | mustache | Rich text array for the database description. Provide valid JSON array. | 没有 |
| initial_data_source | mustache | Initial data source configuration, including the database properties schema. Provide valid JSON object. | 是的 |
| icon | mustache | Database icon object. Provide valid JSON object. | 没有 |
| cover | mustache | Database cover object. Provide valid JSON object. | 没有 |
| is_inline | boolean | Whether to create the database inline. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| object | string | Object type returned by Notion. |
| id | string | Unique ID of the Notion object. |
| url | string | Canonical URL for the object when available. |
| public_url | string | Public URL when the object is publicly shared. |
| created_time | string | Creation timestamp in ISO 8601 format. |
| last_edited_time | string | Last edited timestamp in ISO 8601 format. |
| archived | boolean | Whether the object is archived. |
| in_trash | boolean | Whether the object is in trash. |
| parent | map | Parent reference object returned by Notion. |
| title.plain_text | string | Plain text value for the title segment. |
| description.plain_text | string | Plain text value for the description segment. |
| properties | map | Database properties map. |
| is_inline | boolean | Whether the database is inline. |



