Developers & Integrations

Build Deal State Into Your Revenue Stack

A programmable Deal State Machine — Opportunity Created, Champion Confirmed, Security Started, Legal Redline, Procurement Approved, Contract Signed. Developers plug in CRM, email, contract, and approval events — then run state changes, verify errors, and inspect webhook output. Not a patchbay.

Open API DocsRequest Integration
Deal State Machine

Map events to state transitions

Run a simulation to verify webhooks and error paths.

States
Live payload
{ "state": "Legal Redline", "deal_id": "NW-4821" }
Webhook result
idle
Events
Create a deal workspace
POST /v1/deals
{
  "crm_id": "NW-4821",
  "name": "Northwind Platform Expansion",
  "close_date": "2026-03-28"
}