// sample deliverables

Exactly what you get — before you pay a cent.

Every Forward result ships as a structured record with three parts: the deliverable, the verification evidence (what was checked before billing), and the itemized charge. Below is one real example of each product. Run the demo to generate your own in 60 seconds, free.

Forward Leads — $10 · a verified contact
{
  "product": "leads", "status": "delivered",
  "payload": { "contact": {
    "name": "Priya Raman",
    "title": "CTO",
    "company": "Nimbus Labs",
    "email": "priya.raman@nimbuslabs.com",
    "linkedin": "linkedin.com/in/priyaraman" } },
  "verification": { "pass": true, "evidence": {
    "icp_match": true,
    "email_verified": true,   // live MX check
    "not_duplicate": true,
    "not_suppressed": true } },
  "charge": { "amount_usd": 10, "status": "captured",
              "reversible": true }
}
Forward Meetings — $250 · booked AND held
{
  "product": "meetings", "status": "delivered",
  "payload": {
    "attendee": { "name": "Daniel Cho",
      "title": "VP Engineering", "company": "Forgeplane" },
    "when": "2026-06-18T16:00:00Z",
    "duration_min": 30, "status": "held" },
  "verification": { "pass": true, "panel": 3, "evidence": {
    "calendar_confirmed": true,
    "icp_match": true,
    "held_not_noshow": true } },  // no-shows never bill
  "charge": { "amount_usd": 250, "status": "captured",
              "reversible": true }
}
Forward Content — $200 · published & live
{
  "product": "content", "status": "delivered",
  "payload": {
    "title": "The Practical Guide to Fintech Compliance Automation",
    "url": "/published/the-practical-guide-to-fintech-…html",
    "keyword": "fintech compliance automation",
    "word_count": 1380, "ai_written": true },
  "verification": { "pass": true, "evidence": {
    "live_url": true,        // we fetch it before billing
    "original": true, "indexable": true,
    "targets_keyword": true } },
  "charge": { "amount_usd": 200, "status": "captured",
              "reversible": true }
}
Forward Campaigns — $50 · a verified conversion
{
  "product": "campaigns", "status": "delivered",
  "payload": {
    "conversion_id": "order-1042",   // fired by YOUR site
    "type": "demo signup",
    "channel": "tracked", "media_spend_usd": 0 },
  "provenance": { "sourced_by": "forward.conversion-tracker",
                  "mode": "live" },
  "verification": { "pass": true, "evidence": {
    "conversion_verified": true,
    "spend_reconciled": true, "not_duplicate": true } },
  "charge": { "amount_usd": 50, "status": "captured",
              "reversible": true }
}

The guarantee on every one of these

SLA: first verified result within the window (Content 3d · Leads 7d · Meetings/Campaigns 14d) or the engagement is free
fails any acceptance check → rejected, never billed
every charge itemized to a result, idempotent, reversible
delivered to you as JSON, CSV, webhook (Slack-aware), or the live dashboard

Generate your own — free with $25 starter credits