enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ActivityStats

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**monthly_sent** | **i64** | Notifications sent in the last 30 days. | 
**total_delivered** | **i64** | Total successfully delivered notifications. | 
**total_failed** | **i64** | Total failed delivery attempts. | 
**total_pending** | **i64** | Total pending deliveries. | 
**total_sent** | **i64** | Total notifications sent (all time). | 
**weekly_sent** | **i64** | Notifications sent in the last 7 days. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)