Leads
lowSales leads: contact, source, status, and creation metadata.
leads_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | — |
| yes | e-mail · mail · correo · courriel | ||
| first_name | string | — | vorname · prenom · prénom · nombre · given name |
| last_name | string | — | nachname · nom · cognome · apellido · surname |
| company | string | — | unternehmen · firma · société · azienda · empresa |
| phone | phone | — | telefon · téléphone · telefono · phone · mobile |
| source | enum | — | quelle · source · fonte · origen · origine |
| status | enum | — | status · statut · stato · estado |
| created_at | date | — | — |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "leads_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →