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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | Option<**bool**> | Whether this step is active. Inactive steps are skipped. | [optional]
**filters** | **serde_json::Value** | Step execution filters/conditions. | 
**metadata** | **serde_json::Value** | Arbitrary step metadata. | 
**name** | Option<**String**> | Human-readable step name. | [optional]
**step_type** | [**models::StepType**]StepType.md | Delivery channel/type for this step. | 
**template** | **serde_json::Value** | Content template with {{handlebar}} placeholders. | 

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