Add a bookmark to a channel
Schema.slack.functions.AddBookmark
slack#/functions/add_bookmark
bookmarks:write
channel_id
C123ABC456
D123ABC456
name
Luke's road trip plans
link
https://example.slack.com/lists/T012AB3CD/F01ABC2DE3F
bookmark_name
Great Wisconsin Cheese Festival schedule of events
bookmark_link
https://cheesefest.org/
Adds a bookmark to a channel.
const addBookmarkStep = ExampleWorkflow.addStep( Schema.slack.functions.AddBookmark, { channel_id: "C0123ABC456", name: "Great Wisconsin Cheese Festival", link: "https://cheesefest.org/", }, );