Log a lead interaction
add_lead_interactionAppend a touchpoint (call, email, meeting, etc.) with a note and timestamp to a lead's interaction log to track per-lead history.
Instructions
Append a touchpoint to a lead's interaction log: kind (call/email/meeting/note/visit/other) + a note, timestamped. Builds the per-lead history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | ISO timestamp (defaults to now). | |
| id | Yes | Lead id, e.g. L3. | |
| kind | No | note | |
| note | Yes | ||
| project | Yes |