← Back to catalog
resend.send_email
mock data$0.003 / callSend Email
⚡ ACTION: Send transactional email — plain text or HTML body, multiple recipients, reply-to. Requires verified sender domain. 3,000 free emails/month (Resend)
Input schema
torequired
stringRecipient email address(es) — single email or array of emails
from
stringSender email (default: noreply@apibase.pro). Must be a verified domain.
html
stringHTML email body (alternative to text)
text
stringPlain text email body
subjectrequired
stringEmail subject line
reply_to
stringReply-to email address
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>"}'