candidates send-email sends a branded, templated email to a candidate — the same composer the dashboard uses. Set a subject, a hero title, a body, and an optional call-to-action button.
Send an email
Parameters
--cta and --url work together — set both to render a button, or neither.Body from a file or stdin
The--body flag accepts the same input forms as --jd:
Preview without sending
Use--dry-run to validate the payload (and catch missing fields) without actually delivering the email.
Common errors
FAQ
What's the minimum to send an email?
What's the minimum to send an email?
--subject, --title, and --body. Everything else is optional.Is there a deprecated alias?
Is there a deprecated alias?
Yes —
candidates send-message is a deprecated alias for send-email.How do I test a template before sending?
How do I test a template before sending?
Add
--dry-run. The CLI validates the payload and reports what would be sent, without delivering it.