subscriptions.enrollments.adjustments.added & subscriptions.enrollments.adjustments.removed
subscriptions.enrollments.ended
The subscriptions.enrollments.adjustments.added notification is triggered when a package is added to a subscription. The package may or may not adjust the subscription cost.
The subscriptions.enrollments.adjustments.removed notification is triggered when a package is removed from a subscription. The package may or may not initiate a refund.
The following data is available for email templates and API callbacks.[ 'AccountSubscriptionId', 'SubscriptionId', 'Type', 'Status', 'Title', 'Created', 'Updated', 'StartDate', 'EndDate', 'Term', 'Duration', 'AccountPackageId', 'AccountServiceId', 'AddonId', 'Title', 'Price' ]
subscriptions.enrollments.ended
This notification is triggered when a user subscription comes to an end. This also includes when during subscription renewal transitioning.
The following data is available for email templates and API callbacks.[ 'AccountSubscriptionId', 'SubscriptionId', 'Type', 'Status', 'Title', 'Created', 'Updated', 'StartDate', 'EndDate', 'Term', 'Duration' ]