Search code examples
apitagsslack-apislack

How do I send "@here" with the Slack API?


I know I can tag a user with <@U423DFDE|username> but I can't figure out how to tag @here


Solution

  • <!here> is the solution. There are other commands that work with the <!___> format.

    Check out this part of the official Slack documentation for an overview about all such variables.