1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

slack webhookでメンションが飛ばない

1
Posted at

slack webhookでメンションが飛ばない問題

gitlab->zapier->slackという流れでメンションを贈ろうとしたら送れない。

  • link_names=1しても送れない
  • slackの表示名と名前をgitlabに合わせても送れない

結論

slackには名前に関する設定が3つある。

  • 名前
    • メンション送る時の名前
  • 表示名
    • メッセージの名前のところに表示される名前
  • ユーザー名
    • webhookとかからメンション送る時に必要な名前

WTF slack.

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?