Overview
Inboxes are the core of Sendook. Each inbox has a unique email address that can send and receive emails. You can create inboxes with either@sendook.com addresses or custom domain addresses.
Creating an Inbox
Using sendook.com Domain
The simplest way to create an inbox is using a@sendook.com email address. No verification is required.
Auto-Generated Email
If you don’t specify an email address, Sendook will automatically generate one based on the name:Using Custom Domains
To use your own domain, you first need to add and verify it. See Custom Domains for setup instructions.Listing Inboxes
Retrieve all inboxes in your organization:Retrieving an Inbox
Get details for a specific inbox:Deleting an Inbox
Delete an inbox and all its messages:Inbox Properties
Each inbox has the following properties:| Property | Type | Description |
|---|---|---|
id | string | Unique identifier for the inbox |
organizationId | string | ID of the organization that owns this inbox |
domainId | string (optional) | ID of the custom domain (if using custom domain) |
name | string (optional) | Human-readable name for the inbox |
email | string | Email address for this inbox |
createdAt | string | ISO 8601 timestamp of when the inbox was created |
updatedAt | string | ISO 8601 timestamp of when the inbox was last updated |
Webhooks
Inboxes trigger the following webhook events:inbox.created- When a new inbox is createdinbox.deleted- When an inbox is deleted
Best Practices
Use descriptive names
Use descriptive names
Give your inboxes clear, descriptive names that indicate their purpose (e.g., “support”, “notifications”, “billing”).
Custom domains for production
Custom domains for production
While
@sendook.com addresses are great for testing, use custom domains for production to maintain your brand identity and improve deliverability.Check for existing inboxes
Check for existing inboxes
Email addresses must be unique. The API will return a 400 error if you try to create an inbox with an email address that already exists.
Next Steps
Send Emails
Learn how to send emails from your inboxes
Receive Emails
Set up webhooks to receive incoming emails
Custom Domains
Add and verify your custom domain
Threads
Understand how email threads work