Slackには、chat-opsに関連する多くのことについてIncoming Webhook integrationを使用しています。私がしようとしているのは、この統合を使用してSlackbotリマインダーをサーバー上のcronジョブの一部として設定できるようにすることです。CurlとIncoming WebookによるSlackbotリマインダの作成
がcurl --data "/remind aparkin to do that thing in 45 mins" 'https://notmyrealteam.slack.com/services/hooks/slackbot?token=nottherealtoken&channel=%23testtesttest2'
しかし、これは単に文字通りリマインダーを作成するのではなく、#testtesttest2
部屋にテキスト/remind aparkin to do that thing in 45 mins
を置く:今、私は次のようになりますカールを持っています。
私はweb api allows you to do thisを知っていますが、私は着信webhooksの統合の利便性が本当に好きです。
アイデア?
ボットを作成します。柔軟性>利便性 –