Skip to main content

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.
1

Sign Up & Get API Key

  1. Go to sendook.com and create an account
  2. Navigate to your dashboard and generate an API key
  3. Copy your API key - you’ll need it for authentication
Keep your API key secure! Never commit it to version control or expose it in client-side code.
2

Install the SDK (Optional)

You can use Sendook via direct API calls or the TypeScript SDK:
3

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.
Domain Verification:
  • @sendook.com emails work immediately
  • Custom domains require MX records (receiving) and DKIM/SPF/DMARC records (sending)
4

Send Your First Email

Now let’s send an email from your inbox:
Rate Limits: Each inbox can send up to 100 messages per hour. Need higher limits? Contact support.
5

Receive Emails with Webhooks

Set up a webhook to receive incoming emails in real-time:
Available webhook events:
  • message.received - Incoming email received
  • message.sent - Email sent successfully
  • message.delivered - Email delivered to recipient
  • message.bounced - Email bounced
  • message.rejected - Email rejected
  • inbox.created - New inbox created
  • inbox.deleted - Inbox deleted
Test your webhook using the test endpoint:
6

View Messages & Threads

Retrieve and search through your messages:

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

Create a support@sendook.com inbox and use webhooks to automatically route incoming support emails to your ticketing system.
Send order confirmations, password resets, and notifications from your application.
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