{
"type": "promotionalEntitlement.revoked",
"messageId": "a6ce...",
"traceId": "549a...",
"id": "plan-test-id",
"status": "Active",
"feature": {
"id": "feature-test-id",
"name": "feature-test-name",
"unit": "seat",
"units": "seats",
"description": "feature test description",
"featureType": "NUMBER",
"meterType": "INCREMENTAL",
"status": "ACTIVE"
},
"customer": {
"entityId": "customer-uuid",
"id": "customer-test-id",
"name": "customer-test",
"email": "john@example.com",
"billingId": "customer-test-billing-id",
"crmId": "customer-test-crm-id"
},
"hasUnlimitedUsage": false,
"usageLimit": 100,
"resetPeriod": "MONTH",
"resetPeriodConfiguration": {
"accordingTo": "SubscriptionStart"
},
"isVisible": true,
"period": "1 month",
"endDate": "2022-04-10T00:00:00.001Z"
}Promotional entitlements
Promotional entitlement revoked
Fired when a promotional entitlement is revoked from a customer.
WEBHOOK
promotionalEntitlement.revoked
{
"type": "promotionalEntitlement.revoked",
"messageId": "a6ce...",
"traceId": "549a...",
"id": "plan-test-id",
"status": "Active",
"feature": {
"id": "feature-test-id",
"name": "feature-test-name",
"unit": "seat",
"units": "seats",
"description": "feature test description",
"featureType": "NUMBER",
"meterType": "INCREMENTAL",
"status": "ACTIVE"
},
"customer": {
"entityId": "customer-uuid",
"id": "customer-test-id",
"name": "customer-test",
"email": "john@example.com",
"billingId": "customer-test-billing-id",
"crmId": "customer-test-crm-id"
},
"hasUnlimitedUsage": false,
"usageLimit": 100,
"resetPeriod": "MONTH",
"resetPeriodConfiguration": {
"accordingTo": "SubscriptionStart"
},
"isVisible": true,
"period": "1 month",
"endDate": "2022-04-10T00:00:00.001Z"
}Body
application/json
Event type discriminator.
Allowed value:
"promotionalEntitlement.revoked"Unique webhook message ID.
Correlation ID for tracing.
Promotional entitlement ID.
Status at the time of revocation.
Canonical representation of a feature that can be packaged in plans or add-ons.
Show child attributes
Show child attributes
Minimal customer object embedded in events.
Show child attributes
Show child attributes
Related topics
Revoke promotional entitlementCreate a promotional entitlementsPromotional entitlement grantedPromotional entitlement updatedPromotional entitlement expired