Log a lead interaction
add_lead_interactionRecord a touchpoint on a lead’s interaction log by choosing a type (call, email, meeting, note, visit, or other) and adding a note. Store an optional timestamp to build a complete 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 |