Get Started in 5 Minutes
This guide will walk you through creating your first inbox, sending an email, receiving emails via webhooks, and optional custom domain setup.Sign Up & Get API Key
- Go to sendook.com and create an account
- Navigate to your dashboard and generate an API key
- Copy your API key - you’ll need it for authentication
Create Your First Inbox
Create an inbox to send and receive emails. You can use a
@sendook.com address (no verification needed) or your own custom domain.- TypeScript SDK
- cURL
- Custom Domain
Domain Verification:
@sendook.comemails work immediately- Custom domains require MX records (receiving) and DKIM/SPF/DMARC records (sending)
Send Your First Email
Now let’s send an email from your inbox:
- TypeScript SDK
- cURL
- With CC, BCC & Labels
Rate Limits: Each inbox can send up to 100 messages per hour. Need higher limits? Contact support.
Receive Emails with Webhooks
Set up a webhook to receive incoming emails in real-time:Available webhook events:
- TypeScript SDK
- cURL
- Webhook Handler
message.received- Incoming email receivedmessage.sent- Email sent successfullymessage.delivered- Email delivered to recipientmessage.bounced- Email bouncedmessage.rejected- Email rejectedinbox.created- New inbox createdinbox.deleted- Inbox deleted
Test your webhook using the test endpoint:
What’s Next?
API Reference
Explore all available endpoints and methods
Webhooks Guide
Learn about webhook events and best practices
Custom Domains
Set up and verify your custom email domain
SDK Documentation
Deep dive into the TypeScript SDK
Common Use Cases
Customer Support Emails
Customer Support Emails
Create a
[email protected] inbox and use webhooks to automatically route incoming support emails to your ticketing system.Transactional Emails
Transactional Emails
Send order confirmations, password resets, and notifications from your application.
AI Email Agents
AI Email Agents
Use Sendook with AI to automatically handle incoming emails, like at Rupt.
Need Help?
Join our Community
Get help, share ideas, and connect with other Sendook users