w3-io/W3 Email Action

Send email from W3 workflows. Supports SendGrid, Resend. Templates, CC/BCC, attachments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
providerEmail provider: sendgrid, resendyessendgrid
api-keyProvider API keyyes
toRecipient email address (or comma-separated list)yes
ccCC recipients (comma-separated)no""
bccBCC recipients (comma-separated)no""
fromSender email addressyes
from-nameSender display nameno""
subjectEmail subject line (not required when using template-id)no""
body-htmlHTML email bodyno""
body-textPlain text email body (fallback if no HTML)no""
reply-toReply-to email addressno""
template-idProvider-side template ID (replaces body-html/body-text)no""
template-dataJSON object of dynamic data for the templateno""
attachmentsJSON array of attachments: [{"filename": "report.pdf", "content": "<base64>", "type": "application/pdf"}]no""
namedescription
resultJSON result of the operation. Includes provider, statusCode, and provider-specific fields. Use fromJSON(steps.<id>.outputs.result).statusCode etc. to access individual fields.