UnifyAPI
← Back to catalog

resend.email_status

mock data$0.001 / call

Email Status

Check delivery status of a sent email by ID — last event, timestamps (Resend)

Communicationprovider: Resend#resend#communication

Input schema

email_idrequired

Email ID returned from send_email (e.g. "d1c6e0a8-...")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/resend.email_status \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"email_id":"<email_id>"}'

Try it

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