Plugins

community

Inquiry Management

Inquiry Management adds an inquiry view to EmDash sites that renders the latest website form inquiries stored in Cloudflare D1, with status management and graceful fallback when the database is unavailable. The chain is freemium: ① install the plugin for free, ② activate the free tier (enter your email to receive a license key, stored in the site D1) - activation is required before use, ③ the free tier lets you view and manage inquiries in the EmDash admin, ④ upgrade to Pro (paid yearly license) to get an email notification plus a WhatsApp push for every new inquiry so no lead goes cold. It pairs with a POST /api/inquiry endpoint and contact form boilerplate you can copy into any EmDash 0.27+ client site - a free starter for turning an EmDash site into a lead engine.

Lead captureFormsAdmin

Features

  • Free tier: inline inquiry admin view showing the latest form inquiries from the D1 inquiries table
  • Free tier: inquiry status management (new, read, replied, archived, spam) with a full admin page for delete and pagination
  • Free activation: enter your email to receive a license key stored in the site D1 - required before use
  • Pro (paid): email notification for every new inquiry
  • Pro (paid): WhatsApp push for every new inquiry, so leads never go cold
  • POST /api/inquiry endpoint and contact form boilerplate for B2B inquiry capture
  • Stores leads directly in Cloudflare D1 - no third-party email service required for the free tier
  • Graceful degradation when the database binding is unavailable

Installation

  1. Copy the emdash-plugin-inquiries package into an EmDash 0.27+ project plugin directory.
  2. Register the plugin in the site runtime and run the D1 inquiries table migration.
  3. Activate the free tier: submit your email to receive a license key (stored in the site D1); activation is required before use.
  4. Point the site contact form at POST /api/inquiry to store inquiries in D1.
  5. Open the inquiry admin view to review and manage incoming leads; see the weihua-aluminum client site for a reference implementation.
  6. Upgrade to Pro via the marketplace checkout to enable email notifications and WhatsApp push for new inquiries.

Changelog

  • 0.1.0 - Initial marketplace listing: D1-backed inquiry admin view, /api/inquiry endpoint, and contact form boilerplate.
WhatsApp