liquidlab-agency/resend-action

Send an email via a Resend hosted template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 21, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: liquidlab-agency/resend-action@8bacf348d8f19d55b585ca3b0f3bb4e91657edd8 # 1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
resend_api_keyYour Resend API keyyes
toThe email addresses of the recipients (comma-separated)yes
fromThe sender, e.g. "Acme <noreply@your-verified-domain.com>"yes
template_idThe Resend template id or alias to renderyes
subjectOptional subject line. Overrides the template's default subject when set.no
dynamic_template_dataNewline-separated list of environment variable NAMES. Each becomes a template variable with the value read from the environment. Each value must be <= 2000 chars.no
chunked_template_dataNewline-separated list of environment variable NAMES whose (large) values are split across fixed slots name_1..name_<chunk_slots>. The template must concatenate them, e.g. {{{release_notes_1}}}{{{release_notes_2}}}... with no separator between them.no
chunk_slotsNumber of slots to split each chunked variable into. Default 20 (~38k chars).no20
ccOptional CC recipients (comma-separated)no
bccOptional BCC recipients (comma-separated)no
reply_toOptional Reply-To address(es) (comma-separated)no

no outputs