UnifyAPI
← Back to catalog

resend.send_email

mock data$0.003 / call

Send Email

⚡ ACTION: Send transactional email — plain text or HTML body, multiple recipients, reply-to. Requires verified sender domain. 3,000 free emails/month (Resend)

Communicationprovider: Resend#resend#communication

Input schema

torequired

Recipient email address(es) — single email or array of emails

string
from

Sender email (default: noreply@apibase.pro). Must be a verified domain.

string
html

HTML email body (alternative to text)

string
text

Plain text email body

string
subjectrequired

Email subject line

string
reply_to

Reply-to email address

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/resend.send_email \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"to":"<to>","from":"<from>","html":"<html>","text":"<text>","subject":"<subject>","reply_to":"<reply_to>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.