Activities
lowLog of CRM touches and events: calls, emails, meetings, demos, notes, tasks.
activities_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | — |
| contact_id | string | — | — |
| account_id | string | — | — |
| kind | enum | — | art · type · tipo |
| subject | string | — | betreff · objet · oggetto · asunto |
| body | string | — | inhalt · corps · corpo · cuerpo · notes |
| occurred_at | date | — | datum · date · data · fecha |
| duration_min | number | — | dauer · durée · durata · duración |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "activities_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →