Zurück zu Notion Pages
Verbinde Knoon AI mit Notion Pages (Notion), um KI-Workflows zu automatisieren.
Update Notion page properties or metadata.
notionPageUpdate
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| pageId | file | Notion page ID. | Ja |
| properties | mustache | Page properties object. Provide valid JSON object. | Nein |
| icon | mustache | Updated page icon object. Provide valid JSON object. | Nein |
| cover | mustache | Updated page cover object. Provide valid JSON object. | Nein |
| archived | boolean | Whether to archive the page. | Nein |
| in_trash | boolean | Whether to move the page to trash. | Nein |
| is_locked | boolean | Whether the page should be locked in the UI. | Nein |
| template | mustache | Template object to merge into the page. Provide valid JSON object. | Nein |
| erase_content | boolean | Whether to erase existing content before applying the template. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |
| properties | map | Page properties object. |
| icon | map | Page icon object when set. |
| cover | map | Page cover object when set. |



