Last active
July 9, 2018 09:59
-
-
Save Rinatamu/037c9eee43ca98b2db55627a465ac7e1 to your computer and use it in GitHub Desktop.
Microsoft FlowでSlackのメッセージ投稿で特定のユーザをメンションする方法 ref: https://qiita.com/rnakamuramartiny/items/9002d7ec9d2e6acd94e3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey <@U024BE7LH>, did you see my file? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<@SlackID> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
concat('<@',SlackID,'>') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment