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

10 lines (9 loc) 278 B
export const 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' };