type field identifies what kind of event occurred.
Donation event
Triggered when a user sends a Dannous (tip) to a creator.- Example payload
- Field reference
Subscription event
Triggered when a user subscribes or resubscribes to a creator’s monetization tier.- Example payload
- Subscription-specific fields
Test event
Triggered when a creator uses the Test Lab in their Stream Alerts dashboard.Test events are structurally identical to donation or subscription events — there is no special
type value or flag in the WebSocket payload to distinguish them. They are delivered normally through the WebSocket.Future event types
The platform may add these additional event types in the future:Next steps
Integration guide
See a complete JavaScript integration example and best practices for production use.