Address format
jane@lobster.openmail.sh
- If you provide a
username, it becomes the local part of the address - If you omit it, we generate a random 8-character alphanumeric string
- Usernames must be 3–30 characters, lowercase alphanumeric with dots and hyphens allowed
External ID
You can attach your own identifier to an inbox viaexternalId. This is included in webhook payloads as external_id so you can map inbound emails back to your internal user or agent without an extra lookup.
Limits
| Limit | Value |
|---|---|
| Inbox creation | 100/day per account |
Lifecycle
Deleting an inbox (DELETE /v1/inboxes/:id) permanently removes the inbox and all associated messages, threads, and attachments. This is not reversible.