Skip to main content
AspFox creates notifications automatically from backend events. Notifications are tenant-scoped — a user only sees notifications for their currently active tenant.

Notification type reference

Who receives each notification

Tenant owner only — notifications that require action from the owner, or that contain billing information the owner needs to act on. MemberInvited, SubscriptionCanceled, SubscriptionPastDue, SubscriptionTrialExpiring, PaymentRecovered. All tenant members — notifications about workspace activity that is relevant to everyone. MemberJoined, SubscriptionUpgraded. Specific user only — notifications targeted at a single individual. MemberRemoved goes to the member who was removed. OwnershipTransferred goes to both the new owner and the former owner.

Notification payload

Each notification in the API response includes:
actionUrl is null for notification types that do not have one. The frontend renders a clickable link when actionUrl is present.

How to add a notification type

See Notification System → How to add a new notification for the step-by-step guide.