How can I make slack parse @someone
mentions as links to the user instead of plaintext. I've been reading slack documentation on message formatting but still haven't figured it out. Here's an example of what I'm getting now:
{
"text": "*username:* @alexis",
"response_type": "ephemeral"
}