Iterable
Three silent send failures on Iterable.
Iterable workflows are powerful and composable, which means the failure surface is larger than the dashboard implies. Three silent stops the community reports most often on Iterable.
The detection gap
What changes when a flow is instrumented.
A silent send failure follows the same six steps on every ESP. The platform handles the first two well. The next four are where the lag lives, and where the wallet card flips the timeline.
Step
Your ESP today
With Telltide instrumented
1. Trigger fires
Logged
Identical, the ESP handles this
2. Send leaves platform
Counted
Identical, the ESP handles this
3. Send fails silently
No surface
Wallet card flips amber
4. You are alerted
Not until a customer complains
Lock-screen banner within minutes
5. Triage starts
Hours later, on the next dashboard scan
From the wallet card, on the same screen
6. Fix lands
After revenue impact is visible
Before revenue impact is visible
The lag is not a tooling absence. It is the difference between a per-event log and a status surface a human checks without thinking. The wallet card is that surface.
Pattern 1 of 3
Workflow node stalled because an upstream webhook started returning 4xx
What it looks like
A workflow has a webhook node before the send. The endpoint changed authentication or moved to a new path. The webhook node retries the configured number of times then drops the user from the workflow. Downstream sends never fire for that branch.
Why detection lags
Workflow analytics show entries dropping at the webhook step, not at the send step. The send step's own metrics look healthy because the audience that reached it is smaller but still completing. The aggregate send count drops without a per-step alarm.
The send step's own metrics look healthy because the audience that reached it is smaller but still completing.
Telltide alert email, illustrative
Subject: Monitor missed: Onboarding
MISSED WINDOW
No email received: Onboarding
The First-touch arrival window closed without a matching email.
Investigate monitor →
What to instrument
Seed addresses entering the workflow from the same upstream event reach the send step or they do not. A silent seed inbox while the dashboard reports completions means the seed is being dropped at the webhook node.
Pattern 2 of 3
Catalog filter empties the audience after a SKU rename
What it looks like
A campaign filters on a catalog field such as in_stock or category. A merchandising change renames the field or its values. The filter still parses, but it now matches no items, so the recommendation block returns empty, and the workflow logic that depends on a non-empty block skips the send.
Why detection lags
Iterable does not treat an empty recommendation as a campaign failure. The send is suppressed silently per recipient. Reporting shows fewer sends but no error, and the catalog dashboard does not link the rename to the suppressed sends.
Iterable does not treat an empty recommendation as a campaign failure.
What to instrument
Seed the same campaign against a seed profile guaranteed to match a static catalog item. If the seed inbox goes silent while live numbers drop, the catalog filter is the cause.
Pattern 3 of 3
Send-time optimisation downgrades to skip for low-engagement users
What it looks like
Send-time optimisation runs on a campaign. Iterable downgrades the send for recipients with insufficient engagement data, deferring them to a later window. The deferred sends sometimes never fire because the workflow ends or the user exits a segment before the window opens.
Why detection lags
The deferral path looks like a delay, not a failure. The team waits for the late window and the late window quietly passes. There is no rollup metric that says these users were never reached.
The deferral path looks like a delay, not a failure.
What to instrument
Seed addresses set up with a fresh, low-engagement profile catch this. A working campaign sends them; a degraded one defers them indefinitely. The seed inbox going silent for the defer cohort is the signal.
Self-audit
Ten ticks. Each one you cannot mark is exposure.
Run this against your own programme. If you finish with three or more unticked, the case for instrumenting one flow this week is the rest of this document.
-
Trigger metrics for your top three flows are reviewed monthly for rename and event-shape drift.
-
Send-skip reasons (send-time optimisation, frequency caps, send classifications, suppression hits) are aggregated to a per-flow report you maintain, since the platform does not roll them up.
-
Webhooks the flow depends on, inbound triggers and outbound callouts both, are pinged on a separate health check that fires independently of the flow.
-
Catalogue or product feed fields used in flow filters have a daily canary record that matches the filter clause and fails the build if the match returns zero.
-
Audience filters on each live flow alert if the matching profile count drops by more than a configured share week-over-week.
-
A pre-send validator catches broken template syntax and unresolved merge tags on every send, not only the compose-time linter.
-
Suppression lists driven by upstream integrations are monitored for runaway growth above a daily baseline.
-
Subscription type, consent, or preference centre changes are versioned and diffed against the previous published state before publish, so silent removals are caught.
-
Lists, segments, or upstream data feeds that power live flows have a freshness SLA and an alert if the SLA breaks.
-
Every flow critical to revenue has a seed address subscribed to it that lands within the flow's normal arrival window.
Detection Guarantee
The Detection Guarantee covers your first 90 days on Starter. If we miss a silent send failure on a monitored flow inside that window, we credit up to three months of the affected tier. One page of terms, plain English, no carve-outs.
2:12
Detail
Welcome 1 missed window
Updated
18 May 2026, 2:12 pm
Your Telltide Card. Green when every monitor is healthy. Flips amber and pushes to your lock screen the moment a flow stops sending.
Start free, instrument one flow. The wallet card unlocks on Starter, with a fourteen-day free trial when you add it. Roughly ten minutes end to end.