delimit_notify_inbox
Monitors an inbox, classifies emails as owner-action or non-owner, and forwards owner-action messages while leaving non-owner emails in place.
Instructions
Check inbound email inbox, classify, and route (Pro).
Polls pro@delimit.ai via IMAP. Classifies emails as owner-action (forwards to owner@example.com) or non-owner (stays in inbox).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | 'status' (show inbox state), 'poll' (classify and optionally forward), 'history' (show routing log). | status |
| limit | No | Number of messages to check (default 10). | |
| process | No | If True with action='poll', actually forward owner-action emails. If False, dry-run only (classify without forwarding). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||