Harshit
Harshit

Reputation: 397

Slack outgoing webhook :URL(s)

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

Thanks

Upvotes: 1

Views: 4380

Answers (1)

Taylor Singletary
Taylor Singletary

Reputation: 2296

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.

Upvotes: 4

Related Questions