brenden-hogan/resend-action
Sends an email using Resend. See full API spec at: https://resend.com/docs/api-reference/emails/send-email
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Resend API Key. Keep this in a Secret. | yes | — |
| from-domain | Domain of the sender. This must be verified with Resend. Ex: github.com | yes | — |
| sender | Resend API Key. Keep this in a Secret. | yes | no-reply |
| subject | Subject of the email. | yes | Notice |
| to-array | Who to send the email to, at least one is required but multiple separated by commas can be provided. | yes | — |
| send-to-separately | If set to true then emails in the to array will each receive a separate email. BCC and CC are ignored in this case | no | false |
| delay | When using send-to-separately several emails will be sent. This can quickly hit the Resend rate limit. This delay in milliseconds will be enforced between emails. | no | 1000 |
| reply-to-array | Comma separated reply-to list. | no | — |
| bcc-array | Comma separated bcc list. | no | — |
| cc-array | Comma separated cc list. | no | — |
| scheduled-at | Schedule the email at a later time using iso8601 or natural language. | no | — |
| dry-run | If set to true the API call will not be made only logging will occur. | no | — |
| text | Text to send. Only include this or html, not both. | no | — |
| html | HTML to send. Only include this or text, not both. | no | — |
Outputs
no outputs