חזרה אל Notion Custom Emojis
התחבר ל-Knoon AI עם Notion Custom Emojis (Notion) כדי לאוטומטי תהליכי עבודה של AI.
List custom emojis in the connected Notion workspace.
notionCustomEmojiList
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| start_cursor | mustache | Pagination cursor returned by a previous custom emoji list response. | לא |
| page_size | number | Maximum number of custom emojis to return. | לא |
| name | mustache | Optional exact custom emoji name to filter by. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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. |