How do I get an API key?
Sign up at openmail.sh and complete the setup wizard. See Quickstart for the full flow.What’s the base URL?
https://api.openmail.sh
Can a user have multiple inboxes?
Yes. Use the sameexternalId (your user ID) when creating each inbox. Webhooks include external_id for routing and inbox_id so you know which inbox the message belongs to. Route to the user’s container by external_id; use inbox_id to identify the inbox (e.g. personal vs work).
Do you support multi-tenant?
Yes. One platform account, many inboxes. Pass your user or container ID asexternalId when creating each inbox; it comes back as external_id in every webhook so you can route to the right agent. No separate tenant abstraction — just create inboxes and route by external_id.
How do webhooks work?
Configure a webhook URL in the Dashboard. When inbound email arrives, we POST amessage.received event. See Overview and Setup.