resend/resend-skills▌
3 approved skills in this repository
send-email
AI/ML
Transactional and bulk email delivery via Resend API with single or batch endpoints. \n \n Choose single endpoint for individual emails with attachments or scheduling; use batch endpoint for 2–100 distinct emails in one request to reduce API calls \n Implement idempotency keys ( <event-type>/<entity-id> format) to prevent duplicate sends on retries, with 24-hour expiration \n Retry only 429 (rate limit) and 500 (server error) responses using exponential backoff; fix 400/422 validation
agent-email-inbox
AI/ML
This skill covers setting up a secure email inbox that allows your application or AI agent to receive and respond to emails, with content safety measures in place.
resend
Productivity
Transactional email API with single/batch sending, inbound email handling, templates, and webhook event tracking. \n \n Supports single and batch email sends with idempotency keys to prevent duplicates on retry; batch mode is atomic but lacks attachment and scheduling support \n Includes webhook verification, inbound email receiving with separate body retrieval, and template management with variable substitution \n Node.js SDK returns { data, error } tuples instead of throwing exceptions; always