wantedly / step-pretty-slack-notify

Posts wercker build/deploy status to a Slack channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to notify user

RomanTsegelskyi opened this issue · comments

Would it be possible to add support for @user to send a DM to a specific user?

Hi @RomanTsegelskyi
I think you can do it by yourself.

See this document and do something like

<@U024BE7LH|bob>

The user id can be found at https://api.slack.com/methods/users.list/test when you click "Test Method" button.

Good luck 👍