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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | **serde_json::Value** | Context data for template personalization. Keys are context types (e.g. `tenant`, `region`). Values can be a string ID (resolved from store) or an object with `id` and optional `data`. Available in templates as `{{ context.type.data.field }}`. | 
**name** | **String** | Workflow identifier — must match the `identifier` field of an existing workflow. | 
**overrides** | **serde_json::Value** | Per-provider overrides (e.g. custom sender, priority). Keys are provider IDs. | 
**payload** | **serde_json::Value** | Template variables available inside {{handlebar}} expressions. | 
**to** | [**models::TriggerRecipients**]TriggerRecipients.md | Recipient specification — a single subscriber ID, multiple IDs, inline subscriber data, or a topic key. | 
**transaction_id** | Option<**String**> | Client-generated idempotency key. Duplicate `transaction_id` values within 24 h are silently ignored. | [optional]

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