UNPKG

@email-service/email-service

Version:

email-service is a versatile npm package designed to simplify the integration and standardization of email communications across multiple Email Service Providers (ESPs).

11 lines (10 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.webHookStatus = void 0; exports.webHookStatus = { DELIVERY: 'DELIVERED', BOUNCE: 'SOFT_BOUNCE', SPAM: 'SPAM', OPEN: 'OPENED', LINK: 'CLICKED' };