create_entry
Record a dated interaction log such as a call or meeting, with support for automatic tag linking via #tag# or [[tag]] syntax.
Instructions
An ENTRY is a dated interaction log tied to contacts. Records something that happened (call, meeting, email…) on a specific date.
Create a new interaction entry. Content supports #tag# and [[tag]] syntax for automatic tag linking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (YYYY-MM-DD) | |
| type | Yes | Entry type | |
| content | No | Entry content (supports #tag# and [[tag]]) | |
| tag_ids | No | Array of tag UUIDs to link | |
| contact_ids | No | Array of contact UUIDs to associate |