Tuesday
Hi all,
I'm wondering if anyone has any experience with triggering a recipe from Slack.
I know that there are options for Bot Commands, but I just don't really get them - they look tied to specific applications?
Basically my requirement is to trigger a recipe when someone mentions the Slack Bot user on Slack with a specific command, in a specific channel.
Then execute the rest of the recipe using input from what the user sent in the mention message.
This should be fairly straightforward I feel but I'm not getting the basis of how to set it up, any advice?
Tuesday
Hi @Nmatan,
1. You can use the New Command trigger by Workbot by Slack.[Ex Command Structure : Workato Start Recipe]
2. When this command is triggered from Slack, in the next step you can use the RecipeOps by Workato app and use Start Recipe action which takes recipe ID.
PS : This solution will only work for 1 specific recipe.
Regards,
Prudvi
Tuesday
Hi @Nmatan ,
Tuesday - last edited Tuesday
I've implemented a few Workbots and the process is really straightforward. The Workbot is the "application" that needs to get registered with Slack, but this all gets taken care of behind the scenes. It simplifies a lot of the onboarding and usage of the Slack APIs. You can do it "manually" without using Workbot/Slackbot, but this is the equivalent of building a car from scratch instead of buying one that's already made.