PlanChange Webhook Event

Plan Change

Called whenever user changes the plan for a paid app.

type
string
Example:
PLAN_CHANGE
appId
string
Example:
ve9EPM428h8vShlRW1KT
locationId
string
Example:
otg8dTQqGLh3Q6iQI55w
companyId
string
Example:
otg8dTQqGLh3Q6iQI55w
userId
string
Example:
otg8dTQqGLh3Q6iQI55w
currentPlanId
string
Example:
66a0419a0dffa47fb5f8b22f
newPlanId
string
Example:
66a0419a0dffa47fb5f8b22f
{
"type": "PLAN_CHANGE",
"appId": "ve9EPM428h8vShlRW1KT",
"locationId": "otg8dTQqGLh3Q6iQI55w",
"companyId": "otg8dTQqGLh3Q6iQI55w",
"userId": "otg8dTQqGLh3Q6iQI55w",
"currentPlanId": "66a0419a0dffa47fb5f8b22f",
"newPlanId": "66a0419a0dffa47fb5f8b22f"
}