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
17
18
# CreateWorkflow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | Option<**bool**> | Whether the workflow is active. Inactive workflows ignore triggers. | [optional]
**critical** | Option<**bool**> | Whether notifications from this workflow are critical (bypass subscriber preferences). | [optional]
**description** | Option<**String**> | Optional description of what this workflow does. | [optional]
**name** | **String** | Human-readable workflow name. | 
**notification_group_id** | **uuid::Uuid** | Notification group this workflow belongs to. | 
**preference_settings** | Option<[**models::PreferenceChannels**]PreferenceChannels.md> | Per-channel preference overrides for this workflow. | [optional]
**steps** | [**Vec<models::WorkflowStepCreate>**]WorkflowStepCreate.md | Ordered list of workflow steps. | 
**tags** | Option<**Vec<String>**> | Tags for organizing and filtering workflows. | [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)