Skip to main content
A trigger is the event that kicks off your workflow. Every workflow starts with exactly one trigger node. When the event occurs, Nedzo checks if any active, published workflows match, and runs them.

Available triggers

Filters

Most triggers support filters that narrow down when the workflow should run. Filters use AND logic — all filters must match for the workflow to fire. If you don’t add any filters, the trigger fires on every matching event.

Deduplication

By default, triggers include a 1-minute deduplication window. If the same event fires multiple times for the same contact within that window, only the first one runs the workflow. You can adjust the window or disable deduplication entirely in the trigger settings.