Automate GrowthBook for free on Stepper
GrowthBook is the most popular open-source feature flagging and A/B testing platform. Manage feature flags and run experiments programmatically.
Triggers available for GrowthBook on Stepper
New Feature Flag
Triggers when a new feature flag is created in GrowthBook.
- 1 parameter s
Updated Feature Flag
Triggers when an existing feature flag is updated in GrowthBook.
- 1 parameter s
New Experiment
Triggers when a new experiment is created in GrowthBook.
- 2 parameter s
Updated Experiment
Triggers when an existing experiment is updated in GrowthBook.
- 1 parameter s
Actions available for GrowthBook on Stepper
Create Feature Flag
Creates a new feature flag in GrowthBook.
- 8 parameter s
Get Feature Flag
Retrieves a single feature flag by its key.
- 1 parameter s
Update Feature Flag
Updates an existing feature flag in GrowthBook.
- 7 parameter s
Toggle Feature Flag
Enables or disables a feature flag in one or more environments.
- 4 parameter s
Create Experiment
Creates a new A/B experiment in GrowthBook.
- 11 parameter s
Get Experiment
Retrieves a single experiment by ID.
- 1 parameter s
Update Experiment
Updates an existing experiment in GrowthBook.
- 7 parameter s
Start Experiment
Starts a draft experiment, setting its status to running.
- 2 parameter s
Stop Experiment
Stops a running experiment with a conclusion.
- 4 parameter s
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.