Automation

Trigger history

See every flow run, what it did and where it stopped.

The runs list

Trigger History lists every time a message flow has run: which flow, which contact it ran for, its current status, and how far through the steps it got. It is the record of what your automation has actually done, separate from the flow definition itself.

Trigger History: every flow run, its status and its progress
The Trigger History list
ColumnShows
FlowWhich flow the run belongs to.
StatusWhether the run is in progress, completed, or failed.
StartedWhen the trigger fired and the run began.
ProgressHow far through the flow's steps the run has reached.

Drilling into a run

Open any run to see it step by step: which branch it took at a Condition, what it sent at each Send message step, and, if it stopped, exactly which step it stopped on. That detail is what turns "this flow did not work for one customer" into a specific step you can go fix in the editor.

Using it to debug

When a flow is not behaving as expected, Trigger History is the first place to look before changing anything in the editor. A run that failed shows where it failed; a run that finished but sent the wrong message shows which branch it actually took, which is often different from the branch you expected a contact's answer to trigger.

Pair it with the flow's stats page
A single run tells you what happened once. The flow's own stats page (opened from the flow editor) rolls that up across every run: success rate, average duration and which step fails most often, so you can spot a pattern instead of chasing one contact's run at a time.