---
Title: Resend
URL Source: https://www.company-skill.com/p/resend
Language: en
Last-Modified: 2026-05-18T09:31:25.314314+00:00
Description: Resend is an email API and platform for developers to send, manage, and track transactional and marketing emails. It supports programmatic email sending via REST API and SDKs, console-based management
---

# Resend

> Resend is an email API and platform for developers to send, manage, and track transactional and marketing emails. It supports programmatic email sending via REST API and SDKs, console-based management of domains, contacts, templates, broadcasts, and automations, CLI operations, and comprehensive troubleshooting for deliverability, compliance, and configuration issues.

Resend is available as agent-callable skills via DaaS. Route any question to the best skill with `POST https://www.company-skill.com/api/route` `{"query": "...", "product": "resend"}`.

## What you can do

- [Handle events](https://www.company-skill.com/p/resend/resend-handle-events.md): This skill helps users choose the right path to Receive and process real-time email events. It covers 3 alternative approaches: Webhook Configuration via API, Webhook Setup and Data Handling Guide, Ev
- [Manage audiences](https://www.company-skill.com/p/resend/resend-manage-audiences.md): This skill helps users choose the right path to Manage contacts, segments, and subscription topics. It covers 2 alternative approaches: Programmatic Contact Management, Console Audience Management, co
- [Manage templates](https://www.company-skill.com/p/resend/resend-manage-templates.md): This skill helps users choose the right path to Create and manage email templates. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on you
- [Optimize deliverability](https://www.company-skill.com/p/resend/resend-optimize-deliverability.md): This skill helps users choose the right path to Improve email deliverability and inbox placement. It covers 3 alternative approaches: Deliverability Troubleshooting, Proactive Deliverability Best Prac
- [Send email](https://www.company-skill.com/p/resend/resend-send-email.md): This skill helps users choose the right path to Send an email using Resend. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your situa
- [Verify domain](https://www.company-skill.com/p/resend/resend-verify-domain.md): This skill helps users choose the right path to Verify a sending domain for email authentication. It covers 3 alternative approaches: API Domain Verification, Console Domain Verification, and Domain V

## Frequently asked questions

### Should I use the API or the console?

Use the **API** for programmatic sending, automation, and integration into apps. Use the **console** for setup, monitoring, testing, and one-off operations like creating a broadcast.

### How do I get started sending emails?

First, [verify a domain](https://resend.com/domains). Then, either use the [API](https://resend.com/docs/send-email) with your API key or send via the [console](https://resend.com/emails).

### Why are my emails going to spam?

Check domain authentication (DKIM/SPF/DMARC), warm up new domains gradually, avoid spammy content, and monitor suppression lists. See deliverability best practices in the guide skill.

### Can I manage contacts via code?

Yes—use the Contacts API (`resend-contacts` skill) to create, update, segment, and sync contacts programmatically.

### How do I debug a failed email send?

Check API response errors, review [logs](https://resend.com/logs), verify domain status, and consult troubleshooting guides for 403 errors, suppressions, or DNS issues.

## Use with an AI agent

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "...", "product": "resend"}'
```

MCP server: https://www.company-skill.com/api/mcp/resend.py

---
Machine-readable: https://www.company-skill.com/llms.txt · https://www.company-skill.com/sitemap.xml
