aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

Slack receiver appears out-of-date #162

Closed dougbu closed 6 years ago

dougbu commented 7 years ago

According to https://api.slack.com/custom-integrations/outgoing-webhooks, Slack would prefer not to support Outgoing WebHooks.

According to https://api.slack.com/custom-integrations/slash-commands, Slack would also prefer not to support Slash commands.

For Outgoing WebHooks, Slack suggests

To build similar functionality in a Slack app, use the Events API.

Should this receiver support Events API messaging?

dougbu commented 6 years ago

No customer requests in this area…