1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/docs/addons/addons.md
Alexis Degrugillier 0f60fd075a
chore: Fix documentation typos (#758)
Co-authored-by: Alexis Degrugillier <alexis.degrugillier@duproprio.com>
2021-03-09 21:44:45 +01:00

21 lines
831 B
Markdown

---
id: index
title: Addons Introduction
---
> 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.
Currently Unleash support the following Addons out of the box:
- [Webhook](./webhook) - A generic way to post messages from Unleash to third party services.
- [Slack](./slack) - Allows Unleash to post updates to Slack.
- [Jira Commenter](./jira-commenter) - Allows Unleash to post comments to jira issues (beta).
In future releases we plan to support community built addons.
### 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.