Skip to main content

Documentation Index

Fetch the complete documentation index at: https://statsig-4b2ff144-mintlify-migration-guide-python-init-resou.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Triggers are a way to make changes to your Statsig project from a 3rd party source. You can create a trigger with a specific action like “Disable a feature gate”. This will generate a URL that will perform that action when hit. An example use case would be to create a trigger that disables a gate and hook it up to a Datadog monitor so that if metric regression is detected, you can automatically turn off the feature.

Trigger Types

Currently, the only supported type of triggers are gate triggers.