Slack outgoing webhook :URL(s)

蓝咒 提交于 2019-12-12 23:27:47

问题


Can anyone please explain the URL(s) in slack outgoing webhooks configurations?

Thanks


回答1:


The URLs in outgoing webhooks are locations that you control where, when certain conditions are met, Slack's servers will send a HTTP POST to the URL with the data described in the outgoing webhooks docs and you'll have a chance to respond with a simple messsage.

You'll need a server or service that is reachable by Slack to work with outgoing webhooks. Here's another good overview of outgoing webhooks.



来源:https://stackoverflow.com/questions/38092062/slack-outgoing-webhook-urls

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!