Terug naar Notion Custom Emojis
Verbinding maken met Knoon AI met Notion Custom Emojis (Notion) om AI-workflows te automatiseren.
List custom emojis in the connected Notion workspace.
notionCustomEmojiList
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| start_cursor | mustache | Pagination cursor returned by a previous custom emoji list response. | Nee |
| page_size | number | Maximum number of custom emojis to return. | Nee |
| name | mustache | Optional exact custom emoji name to filter by. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |