Voltar para Notion Views
Conectar Knoon AI com Notion Views (Notion) para automatizar fluxos de trabalho de AI.
Update a Notion view.
notionViewUpdate
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Sim |
| name | mustache | Updated name for the view. | Não |
| description | mustache | Updated description for the view. | Não |
| layout | mustache | Updated layout type for the view. | Não |
| filter | mustache | Updated filter object for the view. Provide valid JSON object. | Não |
| sorts | mustache | Updated array of sort objects for the view. Provide valid JSON array. | Não |
| properties | mustache | Updated array of visible property configuration objects. Provide valid JSON array. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |