EchoStack Docs
Integration guides API reference Open dashboard

Inbound lead qualification API

Turn inbound demo requests and contact forms into structured qualification decisions in seconds — before a rep opens the queue.

Outcome

Every form submission returns status, extracted BANT-style fields, and next_action. Your CRM or n8n workflow books meetings, nurtures, or archives based on the same rules every time.

Why not a spreadsheet or Zapier filter?

Spreadsheets and one-off zaps drift. EchoStack uses manifest-based playbooks so “qualified” means the same thing on every channel.

Try without an account

Live demo on getechostack.com

Production path

  1. Eval API quickstart — deploy BANT Evaluation API, generate ech_dw_ secret
  2. Wire your form (HubSpot, Typeform, Webflow) → POST /v1/evaluate
  3. Branch on status: QUALIFIED → high-priority owner; PARTIAL → ask for missing fields; FAILED → nurture

See also: HubSpot forms, n8n, Zapier & Make.

Example request

curl -sS -X POST "https://api.getechostack.com/v1/evaluate" \
  -H "Authorization: Bearer ech_dw_YOUR_SECRET" \
  -H "Content-Type: application/json" \
  -d '{
    "input_type": "form",
    "input": [
      {
        "role": "user",
        "content": "Company: 80-person SaaS. Role: VP Sales. Budget approved Q2. Need live before board review in 6 weeks."
      }
    ],
    "options": { "request_next_action": true }
  }'

Design partners

Shipping inbound eval in production this month? Apply as a design partner — white-glove setup and input on automatic CRM outcomes.