delimit_notify
Send automated notifications for governance alerts, deployment decisions, and approval requests. Triggers instantly when owner action is required.
Instructions
Send a notification (Pro).
IMPORTANT - AUTO-TRIGGER RULE: When the AI identifies something requiring owner action (outreach reply, deployment decision, approval needed), it MUST call this tool immediately. Never ask "want me to notify you?" - just send the notification. The founder reviews and acts via email. All tools must chain automatically.
Channels: webhook (JSON POST), slack (webhook URL), email (SMTP). Use for: governance alerts, deployment notifications, breaking change warnings.
IMPORTANT - Email context rules: Every email must be self-contained and actionable. The recipient reads on mobile and needs to know exactly what to do without opening another app.
Subject: lead with [ACTION TYPE] bracket, include enough context to triage from inbox
Body: include WHAT happened, WHY it matters, WHAT to do next, and relevant links
Never send bare IDs or technical state without human-readable context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | webhook, slack, or email. | webhook |
| message | No | Notification body. Must include full context (see rules above). | |
| webhook_url | No | URL for webhook/slack channels. | |
| subject | No | Subject line (email only). Use [ACTION], [INFO], [ALERT] prefix. | |
| event_type | No | Event category for filtering. | |
| to | No | Recipient email address (email only). Overrides default DELIMIT_SMTP_TO. Send to any address - leave empty for default. | |
| from_account | No | Sender account key from ~/.delimit/secrets/smtp-all.json (e.g. 'notifications@example.com'). Email only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||