Skip to content

notify

Terminal window
agent-data notify --subject "Research summary" --body "Your summary here." --dry-run

--dry-run previews the message without sending it. Remove that flag to email the address on your account. This command does not accept an arbitrary recipient and does not make a billable API call.

The subject is required, must be at most 200 characters, and cannot contain line breaks. The body must be at most 32,768 UTF-8 bytes. Supply Markdown with --body, or pipe it through standard input:

Terminal window
cat summary.md | agent-data notify --subject "Research summary"

When a coding agent prepares a summary, review it before asking the agent to send it.