简体   繁体   English

添加到 Slack 超链接将我带到 https://dev.botframework.com/ 而不是 slack app

[英]Add to Slack hyperlink takes me to https://dev.botframework.com/ instead of slack app

I have configured a bot in azure portal and added Slack as a channel.我在 azure 门户中配置了一个机器人,并将 Slack 添加为频道。 And, I have configured the slack channel details such as Client ID, Secret, Signing Secret, Scopes and the various URLs.而且,我已经配置了松弛通道详细信息,例如客户端 ID、秘密、签名秘密、范围和各种 URL。 Please see the picture below.请看下图。

天蓝色机器人中的松弛凭据

Now when I use the link (Add to slack), after giving the permission to access my slack workspace, I am taken to https://dev.botframework.com/ .现在,当我使用链接(添加到 slack)时,在授予访问我的 slack 工作区的权限后,我被带到https://dev.botframework.com/ I would rather expect to be taken to either the slack web app or the slack desktop app.我宁愿被带到 slack web 应用程序或 slack 桌面应用程序。 What am I missing to configure/do?我缺少配置/做什么? Please help.请帮忙。

In interactive components we need to give a "Request URL"在交互式组件中,我们需要提供一个“请求 URL”

Check whether it was mentioned as:检查它是否被提及为:

https://slack.botframework.com/api/Actions https://slack.botframework.com/api/Actions

If this doesn't work as per requirement.如果这不能按要求工作。 Kindly re-generate Secret ID and Verification Token and check with the landing URL.请重新生成Secret ID和Verification Token,登陆URL查看。

There is no restriction to use either Slack web app or desktop app.使用 Slack web 应用程序或桌面应用程序没有任何限制。 It can work on both if the landing page and app setup was done perfectly.如果登陆页面和应用程序设置完美完成,它就可以在两者上工作。 Once regenerate the Client secret ID and Verification Token.一旦重新生成客户端秘密 ID 和验证令牌。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 AWS lex Lambda 函数中获取 Slack userId - Get Slack userId in AWS lex Lambda function AWS Lambda 验证来自 Slack 的请求 - AWS Lambda verify requests from Slack Google Cloud 日志记录,仅针对新出现的错误发送 Slack 通知 - Google Cloud logging, sending slack notifications only for newly appeared errors Firebase Slack 的 Crashlytics Webhook 不会报告重复发生的崩溃 - Firebase Crashlytics Webhook for Slack won't report recurring crashes 有没有办法在不使用 Webhook 的情况下向 slack 发送 POST 请求? - Is there a way to send a POST request to slack without using Webhook? slack bot 使用 aws 向用户发送直接消息 lambda function - slack bot sending direct message to user using aws lambda function 当 Pod 停止或减少时发送松弛消息 - Sending slack message when Pods are inceased or decreased 使用 webhook 到 Slack 的 Azure 警报不起作用 - The Azure Alerts using webhook to Slack is not working 从与 slack bot 的对话中检索用户 ID - Retrieve user ID from conversation with slack bot 如何为松弛自定义代码构建/代码管道通知? - how to customise codebuild/codepipeline notifications for slack?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM