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을 받으세요.
아직 리뷰가 없습니다.
토론을 불러오는 중…
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
무료