update_email
Mark emails as read/unread, archive, categorize, and link to contacts, properties, or projects in Propstack.
Instructions
Update an email in Propstack.
Use this tool to:
Mark an email as read or unread
Archive an email
Categorize an email (set message_category_id)
Link an email to contacts, properties, or projects
Only provide the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email/message ID to update | |
| read | No | Mark as read (true) or unread (false) | |
| archived | No | Archive (true) or unarchive (false) | |
| client_ids | No | Contact IDs to link this email to | |
| project_ids | No | Project IDs to link this email to | |
| property_ids | No | Property IDs to link this email to | |
| message_category_id | No | Email category ID |