Slack
slack_edit_bookmark
Update an existing bookmark in a channel.
Remote node2flow/slack
Other tools also called slack_edit_bookmark?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"link": {
"type": "string",
"description": "New URL"
},
"emoji": {
"type": "string",
"description": "New emoji"
},
"title": {
"type": "string",
"description": "New title"
},
"channel_id": {
"type": "string",
"description": "Channel ID"
},
"bookmark_id": {
"type": "string",
"description": "Bookmark ID"
}
}
}