Build with the Sanka Sales API. One SDK for deals, billing, outreach, and proposals β connected by default. Syncs to HubSpot, Salesforce, and Stripe.
npm install sanka-sdk
import Sanka from 'sanka-sdk'
const sanka = new Sanka({ apiKey: 'sk_...' })
const deal = await sanka.deals.create({
company: 'Acme Corp',
value: 50000,
stage: 'discovery'
})
// deal.id connects to invoices, proposals, outreach β everything.
/v1/public/..., enrich companies with /v1/enrich, and score companies or deals with /v1/score.What makes this different: When you create a deal, that deal.id flows through billing, proposals, outreach, and contracts β no glue code, no iPaaS, no Zapier in between. The connections are built into the data model.https://mcp.sanka.com/mcp?apiKey=sk_test_xxx
POST /v1/enrich to refresh a company record with structured web evidencePOST /v1/score to return deterministic company or deal scores with reasonsdeal.id connects across modules:Deal β Invoice One line: sanka.invoices.create({ dealId: deal.id })
Deal β Proposal Pulls company, value, terms from the deal automatically
Deal β Subscription Close a deal, start billing β no glue code
Deal β Outreach Email sequences tied to deal context
This is what replaces the Zapier workflows and integration middleware that teams build to connect CRM, billing, docs, and outreach tools.