Silent posts via API
Scott Farquhar
My AI assistant adds a triage note to each conversation via POST /v1/posts. It works well, but every post bumps the conversation's last activity and reorders my whole mailbox, and deleting the post doesn't revert the date. A silent: true option that skips the activity bump would make posts usable for annotation-style integrations, not just conversation-driving ones. Related: the notification object is currently required, which forces noise even when none is wanted.