Quick automations have no Publish. Publishing only exists in the flow builder. A quick
automation is live as soon as you turn its On/off switch on in the Automation list —
there is no draft to review and no version history. The rest of this page is about flows.
See Flow builder.
Draft and published
A flow keeps versions. The builder always edits the draft. The published version is a separate, frozen copy — it is the one the runtime actually reads.
The builder autosaves your draft in the background — the label next to the buttons reads
All changes saved, Saving… or Unsaved changes. If it says Autosave failed — use
Save draft, use Save draft before you leave the page.
Editing a published flow is safe. The moment you publish, DMLY opens a fresh draft from
the same steps, so the canvas stays editable. Your edits sit in that new draft while customers
keep getting the published version, until you publish again.
Conversations already in progress finish on the version they started on. Publishing a change
does not move someone mid-conversation onto the new steps — they see it next time they start
the flow.
Publish it
1
Clear the amber warnings
A ⚠ badge with a count in the toolbar means some steps need attention. Select it to
jump to the first one; the step’s panel lists them under Needs attention. The badge
itself never blocks Publish, but many of the issues it lists are the same ones the
server refuses to publish on — clear them, or expect the red bar.
2
Publish
Select Publish. The draft is saved first, then checked. If anything fails, a red bar
appears under the toolbar with the reason and nothing is published.
3
Confirm it went live
The status badge beside the flow name changes to Active, and the Stats button
appears in the toolbar — per-step counts only exist once a version is published.
What blocks publishing
Four checks run, in this order. Each one stops the publish and tells you why.A step your plan does not include
A step your plan does not include
This automation uses an AI step, which your plan does not include. Upgrade your plan to use it, or remove the AI step. The AI step and the Google review-request step are both gated
this way. Remove the step or change plan — see Plans.The flow does not hold together
The flow does not hold together
Structure comes next. The flow needs exactly one trigger, at least one step after it, and
every branch wired up:
The flow needs a trigger node.The flow can only have one trigger node.Add at least one action after the trigger.- A Condition must connect both its TRUE and FALSE outputs.
- A Randomizer needs between two and five branches, and their weights must total 100%.
- Find Order must connect both FOUND and NOT FOUND.
A "Start Another Flow" step has no flow selected.A "Send Product" step has no product selected.A "Send Template" step has no template selected.A "CTA URL" step has no link.
Another active automation already claims the keyword
Another active automation already claims the keyword
Two automations on the same channel with the same trigger both reply, so the customer gets
two messages. Publishing refuses:
- Two catch-alls —
“<other flow>” is already active on this channel and replies to every message, so both would respond. Give one a specific keyword, or pause the other before publishing. - A shared keyword —
The keyword “<word>” is already used by the active automation “<other flow>” on this channel — a customer who sends it would get both replies. Remove it from one automation before publishing.
You are at your plan's limit of active automations
You are at your plan's limit of active automations
Your plan caps how many automations can be Active per channel. Publishing activates this
one, so it counts. Pause an automation you no longer need, or change plan.
The amber warnings
The ⚠ badge never blocks Publish by itself, but it is not a separate world from the publish check either — the two overlap, and neither contains the other. Clearing the badge is not a promise the flow will publish, and a step with no badge can still fail a structural check. Two of the things it flags will also fail the publish check, so fix these first:Not connected — no incoming edge.— a step nothing leads to, so it never runs. Publishing fails withNode "<id>" is not connected to the flow.Output “<port>” connects to <n> steps — each output can connect to only one next step.— publishing fails withStep "<name>" has <n> connections from one output (<port>) — each output can connect to only one next step. Remove the extra connection(s).
WhatsApp text messages can't carry buttons — use the Buttons Message step.Instagram does not support call/webview buttons.A workspace notification already fires on this event — clients may receive a duplicate. Review Notification settings.— on triggers like a booking confirmation or a payment receipt, where DMLY may already be messaging the contact.Store-triggered contacts are usually outside the 24h window — start with a WhatsApp Template (or a Checkout Link with a template fallback).— see WhatsApp rules and limits.
Turn automations on and off
Every row in the Automation list has an On/off switch. It flips between Active and Paused, and it is the only control you need day to day.- Pausing never touches the published version. The flow stops starting new conversations; turn it back on and the same version runs again. Nothing is lost.
- Turning on re-checks your plan’s cap on active automations per channel. If you are at the limit, the switch springs back and the page tells you why.
- A quick automation that has never run is Draft — the switch is how it goes Active.
Pausing an automation is not the same as pausing the bot for one person. To stop the bot in a
single conversation, pause it on that contact from the Inbox.
Managing the list
The Automation list shows Builder, Platform, Trigger, Status, Usage and Last run for every automation on the selected channel, ten to a page. Four controls narrow it: Search automations… by name, plus All builders, All triggers and All statuses. Each row’s ⋮ menu has Open builder (or Edit for a quick automation), Analytics, and Delete if your role allows it. Deleting an automation removes its versions with it and cannot be undone.The status filter offers Failed, but no automation is ever set to that status — the
filter always comes back empty. A run can fail without the automation failing; that shows
up in Analytics, not here.
I published it and nothing happens
I published it and nothing happens
Check, in this order: the automation is Active, not Paused or Draft; the flow has
a published version (the Stats button in the builder only appears when it does); and the
trigger matches what customers actually send. Then read
Automation not triggering and
Logs.
My edits are not reaching customers
My edits are not reaching customers
You are almost certainly editing the draft of an already-published flow. Save draft and
autosave both write to the draft only. Select Publish to make the edits live.
Flow builder
Build the flow itself — steps, branching and the canvas.
Triggers
Choose what starts a flow, and set its keywords and match mode.
Templates
Start from a ready-made flow instead of a blank canvas.
Common mistakes
What goes wrong most often, and how to avoid it.

