Resend Skill
resend
resend
| Method | Path | Description |
|---|---|---|
POST | /emails | |
GET | /emails | Send an email |
GET | /emails/{email_id} | Retrieve a list of emails |
PATCH | /emails/{email_id} | Retrieve a single email |
POST | /emails/{email_id}/cancel | Update a single email |
POST | /emails/batch | Cancel the schedule of the e-mail. |
GET | /emails/{email_id}/attachments | Trigger up to 100 batch emails at once. |
GET | /emails/{email_id}/attachments/{attachment_id} | Retrieve a list of attachments for a sent email |
GET | /emails/receiving | Retrieve a single attachment for a sent email |
GET | /emails/receiving/{email_id} | Retrieve a list of received emails |
GET | /emails/receiving/{email_id}/attachments | Retrieve a single received email |
GET | /emails/receiving/{email_id}/attachments/{attachment_id} | Retrieve a list of attachments for a received email |
POST | /domains | Retrieve a single attachment for a received email |
GET | /domains | Create a new domain |
GET | /domains/{domain_id} | Retrieve a list of domains |
PATCH | /domains/{domain_id} | Retrieve a single domain |
DELETE | /domains/{domain_id} | Update an existing domain |
POST | /domains/{domain_id}/verify | Remove an existing domain |
POST | /api-keys | Verify an existing domain |
GET | /api-keys | Create a new API key |
DELETE | /api-keys/{api_key_id} | Retrieve a list of API keys |
POST | /templates | Remove an existing API key |
GET | /templates | Create a template |
GET | /templates/{id} | Retrieve a list of templates |
PATCH | /templates/{id} | Retrieve a single template |
DELETE | /templates/{id} | Update an existing template |
POST | /templates/{id}/publish | Remove an existing template |
POST | /templates/{id}/duplicate | Publish a template |
POST | /audiences | Duplicate a template |
GET | /audiences | Create a list of contacts |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install resend
Downloads and installs to ~/.claude/skills/resend/
1.5.0 (2026-03-02)1.1.0 (2026-02-13)