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).

13 lines (12 loc) 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.webHookStatus = void 0; exports.webHookStatus = { 'email.delivered': 'DELIVERED', 'email.bounced': 'SOFT_BOUNCE', 'email.sent': 'SENDED', 'email.opened': 'OPENED', 'email.clicked': 'CLICKED', 'email.complained': 'SPAM_COMPLAINT', 'email.delivery_delayed': 'DELAYED' };