What problem does it solve?
Some teams need to send a one-off notification to specific email addresses or perform quick smoke tests of a mail integration. This skill provides a reliable way to dispatch a single email using either the schemavaults-send-email CLI or the sendEmail() helper in code, without building a longer-lived workflow.
Core Features & Use Cases
- CLI-based one-off sends: use the schemavaults-send-email binary to send to one or more recipients with subject, text, and html or with a template id and template props.
- Programmatic usage: import and call sendEmail() from @schemavaults/send-email for application code paths.
- Flexible body formats: support either raw text/html bodies or template-based messages, with optional sender override and dry-run capabilities.
- Use Case: smoke test a new API key or validate a template's props by sending a targeted email to a test address.
Quick Start
Invoke the CLI to send a one-off email by supplying --to, --subject, and either --text/--html or a --template-id with template-props.