Integration guides
Step-by-step recipes to connect the EchoStack Evaluation API to your stack. Start with the quickstart, then pick your automation tool.
Eval API quickstart
Create an evaluation, get an org API key, call POST /v1/evaluate, and verify results.
n8n integration
Install n8n-nodes-echostack, branch on status and next_action, import the starter workflow.
Evaluate inbound lead quality from a webhook
Wire Typeform, Webflow, or any HTTP webhook to POST /v1/evaluate and branch CRM automation on status before a rep opens the queue.
Zapier and Make
HTTP POST to /v1/evaluate from Zapier or Make and branch on status and next_action.
HubSpot forms
Evaluate HubSpot form submissions and route by qualification status before a rep reads them.
Support triage
Evaluate support tickets and emails with input_type ticket or email and route by severity.
Inbound lead qualification API
Score inbound forms and webhooks with BANT/MEDDIC-style evaluation before leads go cold.
BANT vs MEDDIC vs custom criteria in production
Choose lead_qualification frameworks and custom detectors for POST /v1/evaluate without prompt drift across channels.
Support ticket triage API
Evaluate ticket text for severity and routing before humans debate priority in the queue.
EchoStack vs Zapier for qualification
When to evaluate business criteria first vs chaining automation steps with Zapier, Make, or n8n alone.
Post-call transcript scoring
Evaluate sales call transcripts for BANT/MEDDIC fields and next actions before reps update CRM hours later.
API reference
For request and response schemas, use the API reference.