Getting Started with Mailoo
Zuletzt aktualisiert: May 6, 2026Abschnitt: Getting Started
Getting Started with Mailoo
Mailoo helps you run website forms, subscriber lists, a headless blog, and a JSBOX chat widget from one dashboard. You connect your product through webhooks and API keys---Mailoo is not a mailbox connector.
What You'll Need
- A Mailoo account through your configured identity provider
- A dashboard project that will own integrations and API keys
- Server-side or BFF capacity to store
X-API-Keysecrets safely
Step 1: Create Your Account and Project
- Visit https://mailoo.app and choose Get started (or Sign in).
- Complete authentication with your IdP.
- Create a project from the dashboard and note its
projectUid.
Step 2: Add Your First Integration
- Open Integrations inside the project (or choose Add integration).
- Pick the type that matches your surface area:
- FORM for newsletter or lead capture endpoints
- CONTACT_FORM for support or feedback flows
- JSBOX for embeddable realtime chat
- BLOG for editorial content served through the public blog API
- Finish the configuration wizard (allowed origins, display names, webhook URLs, etc.).
Step 3: Connect Your Application
- Forms: call Mailoo from your server or BFF with the correct scoped API key.
- Chat: install the JSBOX bundle, pass the identifiers Mailoo provides, and use dashboard tooling for operators.
- Blog: publish in the dashboard, then fetch categories and posts from your frontend via the external blog API.
Step 4: Verify Messages and Subscribers
- Trigger a test submission from a safe environment.
- Confirm the row appears under Messages with the expected metadata.
- For FORM integrations, verify Subscribers captured the test email.
Optional: Outbound SMTP
Subscriber-facing mail (replies, welcome sequences) uses SMTP credentials stored on the integration. There is no silent fallback to a shared platform mailer---configure SMTP before relying on those features.
Next Steps
quick-setup{.interpreted-text role="doc"} --- checklist for a fast production pass- Website forms and chat guides under Integrations in the product docs
- Hosted OpenAPI at
/docs/v1on your API deployment for full schemas