Know the automation boundary
Deal Flow adds pipelines, stages, deal amounts, and multi-contact relationships inside Mautic. Moving a deal queues the outbound deal.stage_changed event through Mautic’s webhook system. A configured endpoint can receive that event and decide what happens next.
Deal stages and Mautic contact stages remain separate; Deal Flow does not automatically map or copy one to the other. The automation examples in the tables are therefore receiver-side patterns, not native campaign actions. This boundary keeps the pipeline model clear and prevents a worked example from promising behavior the plugin does not provide.
Working rule: make the stage describe a completed decision. Use the webhook event as a notification, and let the receiving system own any follow-up action.
Setup 1: a four-stage SaaS new-business pipeline
A founder-led SaaS team usually needs a short board that distinguishes interest from evidence. Create a pipeline named SaaS New Business and use an illustrative value of $12,000 for one annual contract. The value stays with the deal as it moves; the stage records progress, not a new valuation.
| Stage | Decision recorded | Example webhook receiver action |
|---|---|---|
| Qualified | The problem, buyer fit, and next conversation are confirmed. | Record the qualification milestone in an external reporting store. |
| Demo | A product walkthrough is the agreed next step. | Notify a scheduling or sales-work queue that the deal reached demo. |
| Proposal | The buyer has a scoped commercial proposal to review. | Pass the stage change to a proposal-status dashboard. |
| Closed Won | The buyer has committed and the sales motion is complete. | Hand the won milestone to an external billing or onboarding workflow. |
Four stages are enough when one person owns most follow-up. If the team cannot name a different decision between two columns, combine them. The Mautic CRM setup guide covers the broader choices around contacts, deals, and pipeline structure.
Setup 2: split agency acquisition from renewal
An agency can separate the promise of new work from the decision to continue existing work. Use New Retainer for acquisition and Retainer Renewal for the later review. Illustrative values might be $36,000 for a new engagement and $48,000 for a renewal; choose one value convention and document it for everyone entering deals.
| Pipeline and stage | Decision recorded | Example webhook receiver action |
|---|---|---|
| New Retainer — Scoped | Services, stakeholders, and timing are defined. | Log that scoping is complete in an external delivery-planning view. |
| New Retainer — Proposal | The prospect has the engagement proposal. | Update an external proposal tracker. |
| New Retainer — Committed | The prospect has agreed to proceed. | Notify an external resourcing queue of the commitment. |
| New Retainer — Closed Won | The agreement is complete. | Start a receiver-owned client handoff workflow. |
| Retainer Renewal — 120 Days Out | The renewal has entered the team’s active review window. | Add the milestone to an external renewal calendar. |
| Retainer Renewal — Engaged | The client has joined the renewal conversation. | Update an external account-review queue. |
| Retainer Renewal — Negotiating | Scope or terms are under active discussion. | Record the negotiation milestone for operations reporting. |
| Retainer Renewal — Committed | The client has agreed to continue. | Notify an external staffing forecast. |
| Retainer Renewal — Closed Won | The renewed agreement is complete. | Send the completion milestone to a receiver-owned handoff. |
The split makes each board easier to read and keeps renewal timing from distorting new-business work. For more detail on the second board, use the Mautic renewal pipeline stage design.
Setup 3: long-cycle B2B with a buying committee
A long-cycle deal needs both process state and relationship context. Create a pipeline named Enterprise New Business, use an illustrative deal value of $180,000, and associate the relevant Mautic contacts with roles such as Champion, Decision Maker, Technical Evaluator, Budget Holder, and Influencer. The labels explain how each person participates without forcing the relationship into one primary-contact field.
| Stage | Decision recorded | Example webhook receiver action |
|---|---|---|
| Discovery | The problem, urgency, and participants are documented. | Store the discovery milestone in an external revenue report. |
| Technical Validation | The technical evaluator has a defined validation path. | Notify a receiver-owned technical review queue. |
| Business Case | The champion has a case to take through the buying group. | Update an external forecast or approval tracker. |
| Procurement | Commercial and purchasing review is active. | Notify an external legal or procurement work queue. |
| Closed Won | The organization has committed and the deal is complete. | Pass the won milestone and deal reference to an external handoff. |
Review the contact roles at every material stage move. A deal can advance while a key relationship remains unknown; keeping roles beside the deal makes that gap visible. The overview of Mautic CRM architectures helps place this pipeline pattern within a wider operating model.
Choose the smallest setup that preserves the decision
Start with the motion, not a universal stage list. Use the SaaS board when speed and a shared next step matter most, the agency split when acquisition and renewal run on different clocks, and the B2B board when several people shape a long decision. Name each stage after evidence your team can observe.
Then configure the outbound webhook endpoint deliberately. Decide which systems need the event, what each receiver does, how failures are monitored, and who owns corrections. The pipeline remains the operating record while the integration boundary stays explicit.
Frequently asked questions
Can one Mautic CRM setup use multiple Deal Flow pipelines?
Yes. Use separate pipelines when the stage language, ownership, or operating rhythm differs. Keep one pipeline when the same stages and decisions apply to every deal.
Do Deal Flow stages sync automatically with Mautic contact stages?
No. Deal Flow stages and Mautic contact stages remain separate. Moving a deal queues the outbound deal.stage_changed event through Mautic’s webhook system; a configured endpoint can use that event to coordinate another system.
What does the example deal value represent?
It is the amount your team chooses to track on the deal, using the deal’s currency. Decide whether that means contract value, annual value, or another consistent measure before comparing pipeline totals.
Can a buying-committee role use the team’s own wording?
Yes. A deal can associate multiple Mautic contacts, and each association can carry a free-text role such as Champion, Decision Maker, Technical Evaluator, Budget Holder, or Influencer.
Build these pipeline patterns inside Mautic with Deal Flow.
See Deal Flow pricing