1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs/addons/addons.md

22 lines
919 B
Markdown
Raw Normal View History

2021-02-05 14:19:04 +01:00
---
id: index
title: Addons
2021-02-05 14:19:04 +01:00
---
> This feature was introduced in _Unleash v3.11.0_.
Unleash Addons allows you to extend Unleash with new functionality. Currently, addons allow you to listen to changes in Unleash and trigger updates in other systems, typical via a WebHook.
2021-02-05 14:19:04 +01:00
Currently Unleash support the following Addons out of the box:
2022-01-11 10:43:34 +01:00
- [Webhook](webhook.md) - A generic way to post messages from Unleash to third party services.
- [Slack](slack.md) - Allows Unleash to post updates to Slack.
- [Microsoft Teams](teams.md) - Allows Unleash to post updates to Microsoft Teams.
- [Datadog](datadog.md) -allows Unleash to post Updates to Datadog when a feature toggle is updated.
2021-02-05 14:19:04 +01:00
In future releases we plan to support community built addons.
### Notes {#notes}
When updating or creating a new addon configuration it can take up to one minute before Unleash picks up the new config on all instances due to caching.