add_timeline_event
Log a timeline event such as a phone call, meeting, or note, and attach it to a contact or listing in Ripper CRM.
Instructions
Log a timeline activity — a phone call, text, meeting, video call, or note. Attach it to a contact (contactId), a listing (listingId), or both. Pass at least one. Use find_contacts / find_listings first to get the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO 8601 date or datetime the event occurred. Defaults to now if omitted. | |
| type | Yes | The kind of interaction. | |
| title | No | Short summary of the event. | |
| contactId | No | Id of the contact this event belongs to (from find_contacts). | |
| listingId | No | Id of the listing this event belongs to (from find_listings), e.g. an open house. | |
| description | No | Details / notes about what happened. |