Skip to content

Commit

Permalink
Add documentation for Office 365 Connector (Webhook) (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tareksamni authored and brotandgames committed Jul 31, 2019
1 parent 00be55c commit 8b8d79e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webhook_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,15 @@ CIAO_WEBHOOK_PAYLOAD_ROCKETCHAT='{"username":"Brot & Games","icon_url":"https://
### Slack

tbd.

### Office 365 Connector

```
# https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using
# Endpoint
CIAO_WEBHOOK_ENDPOINT_OFFICE_365="https://outlook.office.com/webhook/****/IncomingWebhook/****/****"
# Payload
CIAO_WEBHOOK_PAYLOAD_OFFICE_365='{ "@context": "https://schema.org/extensions", "@type": "MessageCard", "themeColor": "0072C6", "title": "MySystem (__name__) status change", "text": "Status changed from (__status_before__) to (__status_after__)", "potentialAction": [ { "@type": "OpenUri", "name": "Learn More", "targets": [ { "os": "default", "uri": "__check_url__" } ] } ] }'
```

0 comments on commit 8b8d79e

Please sign in to comment.