system-prompts-and-models-o.../NotionAi/notion-ai_20260322/modules/mail/AGENTS.md
2026-03-22 18:31:30 +08:00

7 lines
407 B
Markdown

# Mail module
- Use when you need Mail tools.
- Start in `index.ts` for tool inputs/outputs. Call the direct functions on the module (e.g. `searchEmails`, `viewThreadContent`, `updateStatus`).
- Permissions live in `integration.ts`.
- Trigger payloads live in `triggers.ts`.
- Read `skills/mail-guidelines.md` for detailed instructions on email address rules, draft tool selection, and mail best practices.