upsell.appointment_capacity
Plenura free-tier therapist has hit or is approaching their monthly booking limit (5/month). Camino surfaces a Plenura Pro upgrade recommendation.
Senders
plenura
Receivers
camino
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"therapistId": "string",
"currentCount": "number",
"limit": "number",
"utilizationPercent": "number",
"plan": "string",
"suggestedPlan": "string",
"triggerReason": "string (monthly_limit_reached|approaching_limit)"
}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
{
"therapistId": "example-therapistId",
"currentCount": 0,
"limit": 0,
"utilizationPercent": 0,
"plan": "example-plan",
"suggestedPlan": "example-suggestedPlan",
"triggerReason": "monthly_limit_reached"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.