Basic Information

appmixer.resend.email.SendEmail

1.0.0

Public

Send an email through the Resend Email API.

Input Ports

in

FieldTypeDescription
From text Sender email address. To include a friendly name, use the format 'Your Name '.
To textarea Recipient email address. For multiple addresses the values must be separated by a comma, space or newline. Max 50.
Subject text Email subject.
HTML Body textarea The HTML version of the message.
Text Body textarea The plain text version of the message.
CC textarea CC recipient email address. For multiple addresses, the values must be separated by a comma, space or newline.
BCC textarea BCC recipient email address. For multiple addresses, the values must be separated by a comma, space or newline.
Reply To textarea Reply-to email address. For multiple addresses, the values must be separated by a comma, space or newline.
Headers textarea Custom headers to add to the email. Use JSON format, e.g., {"X-Custom-Header": "Value"}.
Idempotency Key text Add an idempotency key to prevent duplicated emails. Should be unique per API request.
Schedule At date-time Schedule the email to be sent later. Use ISO 8601 format (e.g., 2024-08-05T11:52:01.858Z). The date must be within 72 hours from now.

Output Ports

out

FieldTypeDescription
Email ID string -

Full Metadata