From d019abaafd056b317ef9ff9c98e48b1243d577a3 Mon Sep 17 00:00:00 2001 From: Ajay Raj Merchia Date: Thu, 28 Dec 2023 16:54:39 -0500 Subject: [PATCH] Fix Slack Auth Guide --- authentication-guides/slack/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/authentication-guides/slack/README.md b/authentication-guides/slack/README.md index 741f38f2..20e3c598 100644 --- a/authentication-guides/slack/README.md +++ b/authentication-guides/slack/README.md @@ -68,8 +68,11 @@ Slack's API provides a powerful way to automate tasks in your Slack workspace. T 1. In Creator Studio, create a new connector with the following configuration: - Base URL: `https://slack.com/api` - - Auth Config: `Bearer Token` - - Bearer Token: `{{xoxb_your_bot_access_token}}` + - Auth Config: `Api Key Auth` + - Api Key Auth Auth Type: `Header Auth` + - Header Auth Key: `Authorization` + - Header Auth Value Pattern: `Bearer %s` + - Api Key: `{{xoxb_your_bot_access_token}}` 2. Define your API action for channel creation. ```python