Skip to content

Send Email (module)

Module · Stable

Thin module wrapper around core/mail/ — use the send_email step for new workflows.

Use only in legacy workflows that already call this module tile and supply email_to / email_subject / email_body in context; the output email_delivery_id can be passed downstream for logging or idempotency checks.

For any new workflow, use Send email instead — it is a first-class step with the same Resend provider, richer options (HTML body, reply-to, tags), and no module overhead. To format the body before sending, pair Format with Send email.

Configured per use: email_to, email_subject, email_body, actor_id.

  • email_delivery_id
  • email_status

Auto-generated from the skill registry (load_skills()). Do not edit by hand.