subscription.activated
A subscription plan has been activated for a tenant — all apps that gate features behind the subscription tier update their local tier state.
Senders
caminocolectiva
Receivers
agenteagoracaminocaracolcolectivacomalconstanzacontinuacosmos-petgaritahojamadrigueramanchapatadasplenuraritoservilleta
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"planId": "string",
"planName": "string",
"billingCycle": "string (monthly|yearly)",
"nextBillingDate": "string (ISO date)",
"amount": "number (cents)",
"currency": "string"
}Example payload
The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.
json
{
"planId": "example-planId",
"planName": "example-planName",
"billingCycle": "monthly",
"nextBillingDate": "2026-04-17",
"amount": 10000,
"currency": "example-currency"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.