Slack outgoing webhook :URL(s)
问题 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.