liquidlab-agency/resend-action
Send an email via a Resend hosted template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 21, 2026
- License
- None
Pinned Snippet
uses: liquidlab-agency/resend-action@8bacf348d8f19d55b585ca3b0f3bb4e91657edd8 # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| resend_api_key | Your Resend API key | yes | — |
| to | The email addresses of the recipients (comma-separated) | yes | — |
| from | The sender, e.g. "Acme <noreply@your-verified-domain.com>" | yes | — |
| template_id | The Resend template id or alias to render | yes | — |
| subject | Optional subject line. Overrides the template's default subject when set. | no | — |
| dynamic_template_data | Newline-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_data | Newline-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_slots | Number of slots to split each chunked variable into. Default 20 (~38k chars). | no | 20 |
| cc | Optional CC recipients (comma-separated) | no | — |
| bcc | Optional BCC recipients (comma-separated) | no | — |
| reply_to | Optional Reply-To address(es) (comma-separated) | no | — |
Outputs
no outputs