I’m building a scenario using Slack that listens for someone to post to Slack, and then the scenario posts to the Slack and @-tags that person. Is this possible?
When I use the “User name” Slack item it just puts a user ID into the response.
I’m building a scenario using Slack that listens for someone to post to Slack, and then the scenario posts to the Slack and @-tags that person. Is this possible?
When I use the “User name” Slack item it just puts a user ID into the response.
To mention a user, you’ll need to use the user ID (@userID instead of @username).
If you don’t know the Slack ID of a user, you’ll need to use the List Users
module first, to get all the user ID’s in a server. And then find the one for the user you’re looking for.
and maybe you need to use this format <@userID>