@honestdoor/email-utils
v0.10.16
Published
> TODO: description
Downloads
17
Readme
@honestdoor/email-utils
Collection of utilities related to mailing
Pinpoint
Client
import { createPinpointClient } from '@honestdoor/email-utils'
const pinpoint = createPinpointClient({ ... }, <APP_ID>)
Watch a Property
await pinpoint.watch.property(<EMAIL>, <PROPERTY_ID>)
Unwatch a Property
await pinpoint.unwatch.property(<EMAIL>, <PROPERTY_ID>)
Get an Endpoint
await pinpoint.endpoint.get(<EMAIL>)