From 8d0d3c038a80a443e673d7220a129bb932663046 Mon Sep 17 00:00:00 2001 From: Lee Goolsbee <lgoolsbee@atlassian.com> Date: Mon, 27 Jul 2020 20:49:11 -0500 Subject: [PATCH] Slack: update docs to reflect thread_id can be sent with tokens other than WebAPI --- plugins/modules/notification/slack.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/modules/notification/slack.py b/plugins/modules/notification/slack.py index ed31f663b3..75bfd7ba9a 100644 --- a/plugins/modules/notification/slack.py +++ b/plugins/modules/notification/slack.py @@ -46,8 +46,7 @@ options: URL given to you in that section." - "WebAPI token: Slack WebAPI requires a personal, bot or work application token. These tokens start with C(xoxp-), C(xoxb-) - or C(xoxa-), eg. C(xoxb-1234-56789abcdefghijklmnop). WebAPI token is required if you inted to receive and use - thread_id. + or C(xoxa-), eg. C(xoxb-1234-56789abcdefghijklmnop). WebAPI token is required if you inted to receive thread_id. See Slack's documentation (U(https://api.slack.com/docs/token-types)) for more information." required: true msg: