bookmarks_add
Add a bookmark to a Slack channel with title, type, and optional link, emoji, or nesting under a folder.
Instructions
Add a bookmark to a channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | URL for the bookmark, required when ``type`` is ``link``. | |
| type | Yes | Type of the bookmark, e.g. ``link``. | |
| emoji | No | Emoji tag to apply to the bookmark (e.g. ``:books:``). | |
| title | Yes | Title (display name) for the bookmark. | |
| entity_id | No | ID of the entity being bookmarked (used for non-link bookmark types). | |
| parent_id | No | ID of this bookmark's parent, used to nest it under a bookmark folder. | |
| channel_id | Yes | ID of the channel to add the bookmark to (e.g. ``C0123``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||