1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-18 11:14:57 +02:00
unleash.unleash/website/docs/reference/addons/addons.md
2023-08-17 11:18:54 +02:00

1.0 KiB

id title
index Integrations

:::info Availability

Unleash integrations were introduced in Unleash v3.11.0.

Prior to Unleash 5.x, they were known as addons.

:::

Unleash integrations allows you to extend Unleash with new functionality. Currently, integrations allow you to listen to changes in Unleash and trigger updates in other systems, typical via a WebHook.

Currently Unleash support the following integrations out of the box:

  • Webhook - A generic way to post messages from Unleash to third party services.
  • Slack - Allows Unleash to post updates to Slack.
  • Microsoft Teams - Allows Unleash to post updates to Microsoft Teams.
  • Datadog -allows Unleash to post Updates to Datadog when a feature toggle is updated.

In future releases we plan to support community built 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.