Users
Data Model
Sign up
User Lifecycle
Activities
An account may have activities recorded against actions made to it.
This is stored in the account_events
model. It is also available under the novel/activity
module.
import * as activity from 'novel/activity';
await activity.account('SOMETHING_NEW', 'Something happened');
This will get the account ID through the request context.
Changelog
2024-12-20 - Initial Documentation
Last updated
Was this helpful?