Resend
Resend is an email API for developers that makes it easy to send transactional and marketing emails.
Prerequisites
- A Resend account
- An API key from Resend API keys page
Connect
conjra add resendMCP Tools
add_resend_domain
Add a domain for sending email through Resend.
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Domain name for sending email |
create_resend_api_key
Create a new API key for Resend.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Descriptive name for this API key |
domainId | string | No | Restrict to a domain ID |
permission | string | No | full_access or sending_access |
send_test_email
Send a test email through Resend.
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Recipient email |
from | string | Yes | Sender in Name <email> format |
subject | string | Yes | Subject line |
html | string | No | HTML body |
text | string | No | Plain text body |
Example: "use conjra to send a test email to hello@example.com"