Skip to content

Commit ad0745b

Browse files
committed
Update readme
1 parent 2628a1a commit ad0745b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Below are descriptions for how this application is organized. Each directory con
2020

2121
## Common Use Cases
2222

23+
## Generic Event Notifier
24+
25+
You can use this service to send a message to Sentry Slack or Datadog. All you have to do is create a small PR to create a HMAC secret for your use case, and your service can send messages to Sentry Slack and Datadog via infra-hub. See [this README](webhooks/README.md) for more details.
26+
2327
### Adding a New Webhook
2428

2529
To add a new webhook, nagivate to `webhooks` and follow the directions there. Most of the logic should be self-contained within the `webhooks` directory, with handlers in `brain` being appropriate if the webhook is for receiving event streams. To send a message to external sources, use the APIs in `api`.

0 commit comments

Comments
 (0)