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
Production path
- Eval API quickstart — deploy BANT Evaluation API, generate
ech_dw_secret - Wire your form (HubSpot, Typeform, Webflow) →
POST /v1/evaluate - 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.