Slack
slack_add_bookmark
Add a bookmark (link) to a channel. Max 100 bookmarks per channel.
Remote node2flow/slack
Other tools also called slack_add_bookmark?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"link": {
"type": "string",
"description": "URL for the bookmark"
},
"type": {
"type": "string",
"description": "Bookmark type (currently only \"link\")"
},
"emoji": {
"type": "string",
"description": "Emoji for the bookmark icon (e.g. \":link:\")"
},
"title": {
"type": "string",
"description": "Bookmark title"
},
"channel_id": {
"type": "string",
"description": "Channel ID"
}
}
}