processmanagementvisual

Funnel Slide Template

Funnel diagram with narrowing stages on the left and numbered descriptions on the right. Each stage shows a label, value, and conversion rate. Standard consulting visual for sales pipelines and conversion analysis.

Try in Playground
Funnel slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
37
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
stages
Array of stages items

Example brief

Sales pipeline: 2,847 Leads (100%), 1,423 Qualified (50%), 412 Proposals (29%), 89 Negotiation (22%), 34 Closed Won (38%).

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "ac757ebd-d5f2-5854-96c8-cf1918a210ab",
    "brief": "Sales pipeline: 2,847 Leads (100%), 1,423 Qualified (50%), 412 Proposals (29%), ..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "ac757ebd-d5f2-5854-96c8-cf1918a210ab",
  "params": {
    "stages": [
      {
        "label": "Website Visitors",
        "value": 48200,
        "rate": "100%"
      },
      {
        "label": "MQLs",
        "value": 4820,
        "rate": "10%"
      },
      {
        "label": "SQLs",
        "value": 1687,
        "rate": "35%"
      },
      {
        "label": "Proposals",
        "value": 843,
        "rate": "50%"
      },
      {
        "label": "Negotiations",
        "value": 421,
        "rate": "50%"
      },
      {
        "label": "Closed Won",
        "value": 286,
        "rate": "68%"
      }
    ],
    "title": "MQL-to-SQL conversion is the pipeline bottleneck at 35%",
    "subtitle": "Sales Pipeline Funnel",
    "footer": "Sales funnel | Q3 2025 pipeline data",
    "takeaway": "Investing in SDR team to improve MQL→SQL from 35% to 50% — worth $6M pipeline"
  }
}'

Tags

funnelpipelineconversionsalesstagesfilternarrowingleadsprospects

Related templates

Frequently asked questions

How do I render a Funnel slide?

Send a POST request to /v1/render with template "ac757ebd-d5f2-5854-96c8-cf1918a210ab" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Funnel template accept?

The Funnel template accepts: stages. Supports 3-7 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Funnel slide in under 1 second. $3 free credit, no card required.