Skip to main content

v1 Launch

This is the baseline launch of docs.mailtarget.co. Future changelog entries land below as features ship and breaking changes are introduced.

What launched

New canonical docs hub

docs.mailtarget.co consolidates the documentation surface that used to live across:

  • developer.mailtarget.co (Nuxt single-page app, hard to crawl, no full-text)
  • docs.mailtarget.co legacy (363 articles in mixed Bahasa Indonesia and English)
  • mailtarget.co/docs (deprecated)

The new hub merges these into one Docusaurus 3.9.2 site with full-text search and AI-friendly retrieval.

Three-layer information architecture

  1. Concepts explain what a feature is.
  2. Guides explain how to perform a task.
  3. Use Cases map customer scenarios to product surfaces. New layer for chatbot retrieval.

API Reference

504 OpenAPI operations are auto-generated from the Mailtarget Open API spec. 39 priority operations are enriched with paragraph context plus ## Related cross-link blocks pointing back to Concepts and Guides.

AI discoverability

  • /llms.txt and /llms-full.txt generated at build time.
  • Per-page .md endpoint for plain-markdown retrieval.
  • robots.txt allows OAI-SearchBot, ChatGPT-User, ClaudeBot, GPTBot, Google-Extended, PerplexityBot.

Mailtarget CDP labeling

The customer data capability ships as Mailtarget CDP. The retired legacy CDP brand is no longer surfaced. CDP API endpoints, contact model, segments, audiences, events, and journeys are documented under the /concepts/cdp/ and /guides/cdp/ paths.

Email Marketing layer

Campaign authoring, recipient targeting, scheduling, send time optimization, personalization, components, deliverability, and reporting documented end-to-end. Both dashboard flow and /v2/email-marketing/* API surface covered.

Other product surfaces documented

Email Automation, A/B Testing, Push Campaigns, Banner Management, WhatsApp, Landing Pages, Templates, File Manager, Short Links. Each with concept overview plus task guides.

Operations and policies

Deliverability monitoring, domain verification troubleshooting, webhook reliability, database hygiene, bounce classification, fair-usage policy, security 2FA, and SSO.

Migration map

URL aliases from legacy paths route to canonical new paths. 112 redirect targets verified to resolve at build time. Engineer Mailtarget implements the 301 redirects at the production edge.

What is next

  • Live chatbot replaces the search box. Bot retrieves answers from docs and cites sources.
  • Use Cases layer expands beyond the initial 6 scenarios.
  • Brand voice review on the 9 priority pages currently flagged review_needed: true.
  • OpenAPI cross-link enrichment for the remaining 465 operations.

Critical rules enforced at CI

  • Mailtarget brand format (capital M, lowercase t) verified.
  • No em dash or en dash punctuation in source content.
  • Retired CDP brand not surfaced.
  • ISO/IEC 27001:2022 used (not the retired :2013 reference).
  • English for launch documentation.