CRM

Leads

Sales leads: contact, source, status, and creation metadata.

low riskleads_v1

Schema

The canonical field set, printed as it ships.

9 fields with multilingual hints (DE / FR / IT / EN / ES) and field-level validators. Any source column that resolves to one of these is mapped by the cascade — most of them on the deterministic layers, with no LLM call.

leads_v1
fields
9
required
2
validated
2
hints
33
Canonical columnTypeRequiredValidatorsHeader hints the cascade matches
idstringyesmatched on the column name
emailemailyesemaile-mailmailcorreocourriel
first_namestringvornameprenomprénomnombregiven name
last_namestringnachnamenomcognomeapellidosurname
companystringunternehmenfirmasociétéaziendaempresa
phonephonephonetelefontéléphonetelefonophonemobile
sourceenumorganicpaidreferraleventcold_outreachotherquellesourcefonteorigenorigine
statusenumnewcontactedqualifiedunqualifiedconvertedstatusstatutstatoestado
created_atdatematched on the column name

Read the same definition as JSON at GET /v1/templates/leads_v1. A hint match resolves on layer 2 — no LLM call, no token spend, just the flat per-map fee. Hover a validator id to see what it checks.

  • 9 canonical fields
  • 2 required
  • 2 validated
  • 33 header hints
  • CRM pack

Try it

A real file, a real call, one template id.

8 rows, source/status enums. Fully synthetic — safe to share, commit, and run in CI.

bash
curl -X POST https://api.adaptivmapr.com/v1/uploads \
  -H "Authorization: Bearer $ADAPTIVMAPR_API_KEY" \
  -F "file=@leads_sample.csv" \
  -F "template=leads_v1"
→ upload created · mappings ready · confirm before commit
mcp
adaptivmapr.match_headers({
  template_id: "leads_v1",
  headers: ["id", "email", "first_name", "last_name"]
})
schema-only · headers and ≤3 clamped rows only

Ready when you are

Put leads in production — without shipping raw records.

Schema-only mapping leaves only headers and a handful of clamped samples. Add full-data when you need row-level AI, routed in-region under a BAA.

No free tier · $10 prepaid wallet to start · every map draws a small flat fee