Person Interactions
get_person_interactionsFind when you last saw a contact by pulling their interaction timeline: messages, calls, meetings, notes, visits, gifts, and co-tagged events. Pass a person ID or name.
Instructions
Relationship timeline for one CRM person: interactions rows (message/call/meeting/note + extended kinds like visit/gift/stayed_over encoded in summary) plus co-tagged calendar events. Prefer this over dumping people.notes for “when did I last see X?”. Pass person_id or name. ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive YYYY-MM-DD filter | |
| from | No | Inclusive YYYY-MM-DD filter | |
| kind | No | Optional filter: meeting, visit, gift, stayed_over, met, … | |
| name | No | ||
| limit | No | Max rows 1–100, default 40 | |
| person_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| count | No | ||
| events | No | ||
| person_id | No | ||
| truncated | No | ||
| matched_via | No |