โ09-30-2024 05:02 AM
Hi,
We're building a Slack bot with Workato. We want to introduce the bot by sending a welcome message to a specific Slack channel, where we include a link to the bot. Users in that channel will see the message in the channel and be able to click on the link to go to the bot's home page. The question is, how can we achieve this, how to get a generic link to the bot that we can include in the message?
Thank you very much for all the possible help and/or guidance.
โ10-04-2024 02:55 AM
Could you please provide more details about the following: "We want to introduce the bot by sending a welcome message to a specific Slack channel"? Do you want the bot to introduce itself when it is added to a Slack channel, or when a user sends a "hi" message to the bot in a specific channel?
โ10-04-2024 02:48 PM
Use this link, replace TEAMID with your workplace's ID and replace APPID with your app's ID.
slack://app?team=TEAMID&id=APPID&tab=home
a month ago
@roro wrote:Hi,
We're building a Slack bot with Workato. We want to introduce the bot by sending a welcome message to a specific Slack channel, where we include a link to the bot. Users in that channel will see the message in the channel and be able to click on the link to go to the bot's home page. The question is, how can we achieve this, how to get a generic link to the bot that we can include in the message?
Thank you very much for all the possible help and/or guidance.