Is your feature request related to a problem? Please describe.
When a new device is registered for a user (HWID flow), it happens silently. Users can't tell when a new device is added right away - the only way is to constantly poll the API for the device count of every user, and with a large number of users that's impractical.
Describe the solution you'd like
Add a notification event that fires when a new device (HWID) is registered for a user, with basic info like username, HWID and device OS/model. It should work with the existing notification settings.
The notification should be sent to the webhook URL, as well as the other notification channels (e.g. Telegram), consistent with how existing events are delivered.
Describe alternatives you've considered
Either showing HWID counts in the panel (but that requires checking manually), or exposing this through the API so it can be polled - though a built-in notification is instant and doesn't need extra integration.
Is your feature request related to a problem? Please describe.
When a new device is registered for a user (HWID flow), it happens silently. Users can't tell when a new device is added right away - the only way is to constantly poll the API for the device count of every user, and with a large number of users that's impractical.
Describe the solution you'd like
Add a notification event that fires when a new device (HWID) is registered for a user, with basic info like username, HWID and device OS/model. It should work with the existing notification settings.
The notification should be sent to the webhook URL, as well as the other notification channels (e.g. Telegram), consistent with how existing events are delivered.
Describe alternatives you've considered
Either showing HWID counts in the panel (but that requires checking manually), or exposing this through the API so it can be polled - though a built-in notification is instant and doesn't need extra integration.