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-Key secrets safely

Step 1: Create Your Account and Project

  1. Visit https://mailoo.app and choose Get started (or Sign in).
  2. Complete authentication with your IdP.
  3. Create a project from the dashboard and note its projectUid.

Step 2: Add Your First Integration

  1. Open Integrations inside the project (or choose Add integration).
  2. 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
  1. 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

  1. Trigger a test submission from a safe environment.
  2. Confirm the row appears under Messages with the expected metadata.
  3. 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/v1 on your API deployment for full schemas