Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 369 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 369 Bytes

Middleman Webhooks for Slack

Handlers in this folder can be sent messages to be sent to Sentry Slack channels.

Webhooks can be added to this directory with the name custom-name and will be served at /slack/custom-name/webhook.

To do so, create a directory at this level with the name custom-name containing an index.ts file that exports the webhook handler.