由 FirstBlock 出售

TypeScript Express plugin that integrates Elastic Email API v4 to provide transactional and bulk email sending, email verification, suppression list management (bounces/complaints/unsubscribes), event logs, and delivery statistics. Includes REST endpoints for send/bulk/send-job tracking, POST/GET verification flows, suppression add/remove, event querying, and a health check; configurable via ELASTIC_EMAIL_API_KEY and dotenv. Ideal for backend developers or SaaS teams who need a ready-made email service layer with delivery tracking and suppression management.
This Elastic Email Module (TetreesAI backend) is an Express + TypeScript API that wraps Elastic Email v4 functionality to send transactional and bulk emails, verify email addresses, manage suppression lists (bounces, complaints, unsubscribes), and expose event/usage statistics. The project includes CORS and dotenv support and is designed as a plugin-style backend service.
You MUST get an api key from Elastic Email and enable free or piad plan to enable sending emails https://elasticemail.com/email-api
Note: This README is based on the provided source files and test results. Two test cases failed during automated tests:
For development with hot reload: npm run dev
Default server port: 9015 (can be overridden via PORT env var).
Environment variables:
Default sender values used by the API when not provided in requests:
All endpoints are prefixed with /api.
Health
启动隔离沙箱并在服务器端直接运行 — 无需本地配置。
将此产品直接导入你的 AI IDE、网页构建器或云端 IDE。
将 Tetrees 连接到兼容的 AI IDE,列出你拥有的产品并获取已验证 ZIP,同时不会开放卖家上传权限。
暂无评价。
Sign in to join the discussion
Loading discussion…
Email Operations
POST /api/emails/send
POST /api/emails/bulk
Email Verifications
POST /api/verifications/email
GET /api/verifications/:email
Suppression Lists
POST /api/suppressions/:type
GET /api/suppressions
DELETE /api/suppressions/:type/:email
Events & Statistics
GET /api/events
GET /api/statistics
If you need code-level integration guidance or examples for calling Elastic Email from within the service, provide the relevant files and I can generate snippets or suggestions aligned with the actual implementation.
沙箱验证已完成,检测到的可运行路径已通过。
This Express backend / api completed archive review with strong static results. Structure, dependency manifests, documentation, functional source, and common risk patterns were checked by the Tetrees verification pipeline; runtime phases are stated separately. Final verified scores after isolated runtime evidence: overall 8.6 and security 9.
Deterministic AVCP artifact review
管道 avcp-2026-08-04.1 · SHA-256 8796950d09b0c771…
This version-scoped review deterministically inspects the submitted archive for structure, dependencies, documentation, functional source, and common malicious or high-risk signals. Build and test phases are reported as passed only after an isolated sandbox audition. It is not a guarantee of perfect security.
审查日期 2026年8月7日
完整安装指南与集成提示词将在购买后解锁。
Automation, Utilities & Developer Tools
免费