Indietro a Notion Custom Emojis
Connetti Knoon AI con Notion Custom Emojis (Notion) per automatizzare i flussi di lavoro AI.
List custom emojis in the connected Notion workspace.
notionCustomEmojiList
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| start_cursor | mustache | Pagination cursor returned by a previous custom emoji list response. | No |
| page_size | number | Maximum number of custom emojis to return. | No |
| name | mustache | Optional exact custom emoji name to filter by. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| custom_emoji | map | Type-specific list metadata for custom_emoji. |
| next_cursor | string | Cursor for the next page of results. |
| has_more | boolean | Whether more results are available. |
| results.object | string | Object type. |
| results.id | string | Custom emoji ID. |
| results.name | string | Emoji name. |
| results.url | string | Emoji asset URL. |