Skip to content

Commit

Permalink
Include Teams Webhook in example
Browse files Browse the repository at this point in the history
Add MS Teams Webhook EV. Add "generic" for clarity.
  • Loading branch information
Leif Segen committed Nov 5, 2020
1 parent e639ffd commit ac0f351
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ AWS_ACCESS_KEY_ID=<access key ID>
AWS_SECRET_ACCESS_KEY=<access key>
AWS_REGION=<region>

# Enable outgoing webhooks
# Enable generic outgoing webhooks
WEBHOOK_ENDPOINT=<https://your-endpoint>

# Enable outgoing Teams webhook URL
TEAMS_WEBHOOK_URL=<https://the.webhook/provided/by/teams>

# Enable mattermost endpoint
MATTERMOST_ENDPOINT=<mattermost incoming webhook endpoint>

Expand Down

0 comments on commit ac0f351

Please sign in to comment.