Atrás a Notion Views
Conectar Knoon AI con Notion Views (Notion) para automatizar flujos de trabajo de AI.
Update a Notion view.
notionViewUpdate
Beta
Interno
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Sí |
| name | mustache | Updated name for the view. | No |
| description | mustache | Updated description for the view. | No |
| layout | mustache | Updated layout type for the view. | No |
| filter | mustache | Updated filter object for the view. Provide valid JSON object. | No |
| sorts | mustache | Updated array of sort objects for the view. Provide valid JSON array. | No |
| properties | mustache | Updated array of visible property configuration objects. Provide valid JSON array. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |
| name | string | View name. |
| description | string | View description when available. |
| layout | string | View layout. |
| source | map | Source definition for the view. |