Send emails from Formt or your own custom domain
The Send Email step sends an email using a third-party delivery service. It supports two sending modes: Formt (shared infrastructure) for simple notifications, or Custom Domain for sending from your own verified domain. Both modes take a subject line and HTML body as input, and optionally attach files.
The step reads subject and body from its input record. Both must be non-empty strings. An optional attachments field accepts an array of upload UUIDs; files are downloaded from storage and attached to the email. How the recipient and from address are determined depends on the selected action (Formt or Custom Domain). The email is sent via a third-party delivery service and the step writes {success: true} to its output. If any required field is empty, the step fails with a validation error.