Skip to main content
WEBHOOK
feature_group.created
{
  "type": "feature_group.created",
  "messageId": "a6ce...",
  "traceId": "549a...",
  "id": "fg-test-id",
  "name": "Analytics Suite",
  "description": "A group containing analytics-related features",
  "status": "ACTIVE",
  "features": [
    {
      "id": "feature-analytics",
      "name": "Analytics",
      "featureType": "BOOLEAN",
      "status": "ACTIVE"
    }
  ],
  "metadata": {
    "team": "product"
  }
}

Body

application/json
type
string

Event type discriminator.

Allowed value: "feature_group.created"
messageId
string

Unique webhook message ID.

traceId
string

Correlation ID for tracing.

id
string

Unique feature group identifier in Stigg.

name
string

Human-readable feature group name.

description
string | null

Optional feature group description.

status
string

Lifecycle status (e.g.

features
object[]

List of features included in this group.

metadata
object

Arbitrary metadata attached to the feature group.