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

8 lines (7 loc) 146 B
export const webHookStatus = { DELIVERY: 'DELIVERED', BOUNCE: 'SOFT_BOUNCE', SPAM: 'SPAM', OPEN: 'OPENED', LINK: 'CLICKED' };