Send transactional and marketing emails with our powerful API. Beautiful templates, reliable delivery, and detailed analytics.
curl -X POST \
https://sendcrane.com/api/v1/email/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template_type": "transaction",
"to": "user@example.com",
"variables": {
"user_name": "John Doe",
"amount": "$99.00"
}
}'
Powerful features designed to help you send emails at scale with confidence
Send emails in milliseconds with our globally distributed infrastructure and optimized delivery system.
Pre-built responsive email templates for every use case. Customize with your brand colors and content.
Industry-leading reliability with redundant systems and automatic failover for uninterrupted service.
Track opens, clicks, bounces, and delivery rates with comprehensive real-time analytics dashboard.
Bank-level encryption, API key authentication, and compliance with industry security standards.
Send emails from your own domain with DNS verification for better deliverability and brand trust.
Start free, scale as you grow. No hidden fees.
Try SendCrane free. No credit card required.
Everything you need to send at scale
For large-scale operations
All plans include SSL encryption, API access, and email support
Everything you need to integrate our API in minutes
const response = await fetch('https://sendcrane.com/api/v1/email/send', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
template_type: 'transaction',
to: 'user@example.com',
variables: {
user_name: 'John Doe',
amount: '$99.00'
}
})
});
const data = await response.json();
console.log('Email sent!', data);
Ready to scale? Get in touch and we'll build the right plan for your business.
Join thousands of developers sending millions of emails with our API
No credit card required • Start sending in minutes