Skip to content

Commit

Permalink
Update docker-compose example configuration for Slack (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: TED@Hexaflow <[email protected]>
  • Loading branch information
tedt10e and tedt10e committed Nov 18, 2022
1 parent b4c3651 commit ca9485f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion webhook_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ CIAO_WEBHOOK_PAYLOAD_ROCKETCHAT='{"username":"Brot & Games","icon_url":"https://

### Slack

tbd.
````
# Endpoint
- 'CIAO_WEBHOOK_ENDPOINT_SLACK=https://webhook.slack.com/***/***'
OR
- CIAO_WEBHOOK_ENDPOINT_SLACK=https://webhook.slack.com/***/***
# Payload
- 'CIAO_WEBHOOK_PAYLOAD_SLACK={"text":"[ciao] __name__: Status changed (__status_after__)"}'
````

### Office 365 Connector

Expand Down

0 comments on commit ca9485f

Please sign in to comment.