team_plan_change event
The account billing plan has changed
Facts
Required Scopes
No scopes required!
Compatible APIs
Usage info
This example includes both the event wrapper and the event structure for the team_plan_change event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "team_plan_change",
"plan": "std",
"can_add_ura": false,
"paid_features": [
"feature1",
"feature2"
]
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
The team_plan_change event is sent to all connections for a workspace when a the current billing plan is changed. Currently possible values are: empty string,
comp, std, plus.