The account billing plan has changed

Facts

Works with

RTM
{
	"type": "team_plan_change",
	"plan": "std",
	"can_add_ura": false,
	"paid_features": ["feature1", "feature2"]
}

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.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more