Skip to content

Commit

Permalink
📝 Add docs for custom webhook notifications (#55)
Browse files Browse the repository at this point in the history
* Update notifications.md

* Update docs/notifications.md

---------

Co-authored-by: Anand Chowdhary <github@anandchowdhary.com>
  • Loading branch information
coolusaHD and AnandChowdhary authored Aug 13, 2024
1 parent 243ba57 commit 243ac90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ The `NOTIFICATION_ZULIP_MESSAGE_URL` should include the `type`, `to` and `topic`

To create a Microsoft Teams webhook URL, see the article [Create Incoming Webhooks](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) on the Microsoft Learn website.

### Custom webhook

Tip: You can use [webhook.site](https://webhook.site) to test the webhook.

| Environment variable | Value |
| -------------------------------- | ------------------- |
| `NOTIFICATION_CUSTOM_WEBHOOK` | Set to `true` |
| `NOTIFICATION_CUSTOM_WEBHOOK_URL`| custom webhook URL |

### Email

To send an email, you can use SMTP or a hosted service such as AWS SES, Sendgrid, Sparkpost, or Mailgun.
Expand Down

0 comments on commit 243ac90

Please sign in to comment.