ย้อนกลับไปยัง 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. |