How to @-tag a specific user with the Slack integration?

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.

1 Like

and maybe you need to use this format <@userID>

1 Like