Skip to main content

Resend

Link a Resend account on every action.

Send Email

Inputs: from (e.g. Name <local@domain>); To (required); optional CC / BCC; subject; HTML; optional plain text; optional reply-to list; optional tags (name/value, alphanumeric rules on the node). Output: emailId.

Schedule Email

Same addressing shape as Send Email, plus:
  • scheduledAt — Natural language (in 1 hour, tomorrow at 3pm) or ISO 8601 string.
Output: emailId for the scheduled send.

Get Email by ID

Inputs: emailId from a prior send or Resend dashboard. Outputs: id, from; to / cc / bcc / replyTo (repeatable); subject, html, text; createdAt, lastEvent (delivery lifecycle).

Create Contact

Inputs: audienceId; email; optional firstName / lastName; subscribed (default true). Output: contactId.

Unsubscribe Contact

Inputs: audienceId; contactIdOrEmail. No outputs (side effect only).

Delete Contact

Inputs: audienceId; contactIdOrEmail — permanent removal from the audience. No outputs.