Recipes
Recipes are short, focused code snippets that solve one specific task. They are smaller than a full scenario — no business context, no architecture diagram — just the code you need.
Available recipes
| Recipe | Description |
|---|---|
| Filter Events by Field Value | Activator condition targeting a specific field |
| Chain Two Business Events | Use the output of one event as the trigger for another |
| Batch Publish from a Notebook | Publish multiple events in a single Notebook run |
| Batch Publish from a User Data Function | Publish multiple events from a UDF using an array payload |