Send a rendered email from a standalone runtime
Hosted fulfillment of the runtime EmailSender seam. Accepts a fully RENDERED message (no template strings) and dispatches it through the platform email path with the managed-send-from-domain gate evaluated against the authenticated account. Requires a Runtype API key with the FLOWS:EXECUTE scope. Requires an Enterprise plan: ineligible accounts receive 403 (code BYOC_PLAN_REQUIRED).
Authentication
AuthorizationBearer
API key or Clerk session token
Request
This endpoint expects an object.
subject
to
attachments
bcc
cc
from
html
managedLocalPart
rawFrom
replyTo
text
Response
Email dispatched
from
id
to
Errors
400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error