subscription.trial_expiring
A trial subscription is expiring soon — receiver apps surface an upgrade prompt to the tenant operator.
Senders
camino
Receivers
colectivacomalhojaplenura
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"planId": "string",
"trialEndDate": "string (ISO date)",
"daysRemaining": "number (optional)"
}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",
"trialEndDate": "2026-04-17",
"daysRemaining": 0
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.