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
# ActivityRequestRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** | ISO 8601 timestamp. | 
**id** | **String** | Request UUID. | 
**status** | **String** | Processing status. | 
**subscriber_ids** | **Vec<String>** | List of targeted subscriber IDs. | 
**transaction_id** | **String** | Client-provided transaction ID for idempotency. | 
**workflow_identifier** | **String** | The workflow that was triggered. | 

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