Resend

Resend is an email API for developers that makes it easy to send transactional and marketing emails.

Prerequisites

Connect

conjra add resend

MCP Tools

add_resend_domain

Add a domain for sending email through Resend.

ParameterTypeRequiredDescription
domainstringYesDomain name for sending email

create_resend_api_key

Create a new API key for Resend.

ParameterTypeRequiredDescription
namestringYesDescriptive name for this API key
domainIdstringNoRestrict to a domain ID
permissionstringNofull_access or sending_access

send_test_email

Send a test email through Resend.

ParameterTypeRequiredDescription
tostringYesRecipient email
fromstringYesSender in Name <email> format
subjectstringYesSubject line
htmlstringNoHTML body
textstringNoPlain text body

Example: "use conjra to send a test email to hello@example.com"

Edit this page on GitHub