Step 1: Webhook URL
OpenMail sends inbound email events to your webhook URL. Your application must expose an endpoint to receive them.- Go to the Dashboard and sign in.
- In the setup wizard, enter your webhook URL (e.g.
https://your-app.com/webhooks/openmail). - Click Save.
Step 2: API key
Your API key and base URL are shown in the wizard. Copy them and store them securely.- Copy your API key — you won’t see the full key again after setup.
- Copy your API base URL — use this for all API requests.
- Click I’ve saved this to continue.