This PR replaces references to _addons_ in the docs with references to _integrations_. In doing so, I have also: - moved `/reference/addons` documents into `/reference/integrations` - combined the previous "Addons" and "Integrations" categories into a new "Integrations" category - added redirects from all the old addons pages to their new locations I have updated the wording, but have not changed things such as API paths, event names, etc, because these will not change at the moment (maybe a breaking change to schedule for v6?). --------- Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2.1 KiB
id | title |
---|---|
index | Integrations |
import DocCardList from '@theme/DocCardList';
:::info Availability
Unleash integrations were introduced in Unleash v3.11.0.
Integrations were previously known as addons.
:::
Unleash integrations allows you to extend Unleash with new functionality and to connect to external applications.
Unleash has two types of integrations: Integrations that allow you to listen to changes in Unleash and trigger updates in other systems (for instance via webhooks or direct integrations) and integrations that communicate with Unleash (such as the Jira integrations).
Official integrations
Unleash currently supports the following integrations out of the box:
- Datadog - Allows Unleash to post Updates to Datadog when a feature toggle is updated.
- Jira Cloud - Allows you to create, view and manage Unleash feature flags directly from a Jira Cloud issue
- Jira Server - Allows you to create and link Unleash feature flags directly from a Jira Server issue
- Microsoft Teams - Allows Unleash to post updates to Microsoft Teams.
- Slack - Allows Unleash to post updates to Slack.
- Webhook - A generic way to post messages from Unleash to third party services.
:::tip Missing an integration? Request it!
If you're looking for an integration that Unleash doesn't have at the moment, you can fill out this integration request form to register it with us.
:::
Community integrations
Our wonderful community has also created the following integrations:
Notes
When updating or creating a new integration configuration it can take up to one minute before Unleash picks up the new config on all instances due to caching.