npm

@honestdoor/email-utils
TypeScript icon, indicating that this package has built-in type declarations

0.10.16 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @honestdoor/email-utils

Weekly Downloads

3

Version

0.10.16

License

ISC

Unpacked Size

1.38 MB

Total Files

158

Last publish

Collaborators

  • mac_hd
  • dk-honestdoor