问题标签 [slack]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
curl - Create Slack channel programmatically
I don't see it in the documentation, but I was curious if anyone knew of a way within slack app to create a channel programmatically.
Here was my first attempt via slash commands via slackbot, but no success.
curl - 使用类似于 IFTTT 应用程序的 slack api 使用 curl 格式化 slack 消息
我一直在尝试通过 CURL 将我的消息放入松弛通道,并且还具有与 IFTTT 发送的消息相同的格式。我可以让消息发布,但我无法像 IFTTT 发送时那样让缩略图出现在消息的右侧。由于我没有足够的声誉将图片附加到这篇文章中,因此很难解释这一点。我一直在尽我所能,但我无法弄清楚这一点。
这是我根据检查 IFTTT 发送给 slack 的代码时能够找到的内容所尝试的。
curl -X POST --data-urlencode 'payload={"channel":"#testapi","username":"IFTTT","icons": {"image_48":"https://slack.global.ssl.fastly.net/20653/img/services/ifttt_48.png"},"attachments":[{"title":"Cloudy today!","title_link":"http://www.weather.com/weather/5-day/USOH0251","thumb_url":"http://ifttt.com/images/weather/cloudy.png","thumb_width":310,"thumb_height":310,"text":"Cloudy today! With a high of 34F and a low of 25F.","fallback":"Cloudy today! With a high of 34F and a low of 25F.","mrkdwn_in":["text","pretext"]}],"mrkdwn":true,"type":"message","subtype":"bot_message","ts":"1415874505.000002"}' https://hooks.slack.com/services/0000000/00000000/00000000
当我尝试相同的所有帖子时,但右侧的缩略图不会出现。
任何帮助将非常感激。
jquery - 在 html 页面上嵌入 slack
我在将松弛提要嵌入到 html 站点时遇到问题。当我尝试使用 iframe 时,它只是显示为一个白框。我尝试过使用 jquery
我在 iframe 和 jquery 上都尝试过使用“http”和“https” ,但没有成功。:(所以如果你有任何其他方法请分享!
谢谢
url - Slack URL to open a channel from browser
This iTunes URL will open The Hitchhiker's Guide to the Galaxy in your iTunes:
itmss://itunes.apple.com/us/audiobook/hitchhikers-guide-to-galaxy/id315596797
This Spotify URL will open ALL by the Descendents in Spotify:
spotify:track:22feF2sbtGydtvx1OeLSih
Does Slack have a URL scheme to open a #channel in the Slack app from a link?
I want to put a link on my team's site that can link to the Slack #channel we use, for use by other people in the company.
bitbucket - 将 slack 与 bitbucket 注释集成
我已经在 slack 上成功安装了 bitbucket 集成。我在每次提交时都会收到通知,我还想在有关于 bitbucket 的新评论时收到通知。那可能吗 ?
notifications - Slack:有没有办法禁用所有@channel 通知
默认情况下,Slack 聊天工具会发送电子邮件通知说“你被提到了……”,而实际上它是@channel而不是你。我能找到关闭这些的唯一方法是进入每个通道设置。
slack-api - 您如何使用 Slack 机器人标记人?
我为松弛构建了一个机器人。当有新用户加入时,它会读取消息,我打算让它发布一条欢迎他们的消息:“欢迎@用户!你在建造什么!?”
当它发布@user 时,实际的“标签”似乎并没有起作用。当我使用机器人而不是仅使用 @user 标记人时,是否需要标记他们的用户ID?
deployment - 如何获取向 lita 发出请求的用户名
我想知道如何获取在松弛频道中发布的用户名。似乎可以通过 Slack API 获取用户信息。(https://api.slack.com/outgoing-webhooks)。在我们的办公室,我们使用 lita( https://api.slack.com/outgoing-webhooks ) 和 jenkins通过 slack 使用 slack 进行部署。我想防止非开发人员可以提出部署请求。但是,我无法弄清楚如何通过 Slack API 获取用户名。欢迎任何意见。
ruby - Slack RTM API 连接到多个服务器
我正在考虑为 Slack 创建一个机器人,该机器人可以安装在多个不同的 Slack 社区中。Slack 提供了一个实时消息 (RTM) API,它为每个社区创建一个 Web 套接字以进行管理。Ruby 中是否有任何同时连接到多个 Web 套接字的最佳实践?这是应该使用 EventMachine 或赛璐珞,还是存在允许连接到多个机器人的客户端?谢谢!
slack-api - 是否有任何松弛 API 来更新个人资料信息?
嗨,我想使用 API 更新我的 slack 帐户的个人资料信息。我在他们的文档中找不到任何 API。他们有任何 API 来更新个人资料信息吗?