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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyResend API Key. Keep this in a Secret.yes
from-domainDomain of the sender. This must be verified with Resend. Ex: github.comyes
senderResend API Key. Keep this in a Secret.yesno-reply
subjectSubject of the email.yesNotice
to-arrayWho to send the email to, at least one is required but multiple separated by commas can be provided.yes
send-to-separatelyIf set to true then emails in the to array will each receive a separate email. BCC and CC are ignored in this casenofalse
delayWhen 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.no1000
reply-to-arrayComma separated reply-to list.no
bcc-arrayComma separated bcc list.no
cc-arrayComma separated cc list.no
scheduled-atSchedule the email at a later time using iso8601 or natural language.no
dry-runIf set to true the API call will not be made only logging will occur.no
textText to send. Only include this or html, not both.no
htmlHTML to send. Only include this or text, not both.no

no outputs