@corejam/notify

0.0.8 • Public • Published

@corejam/notify

This package can be used to provide notification (mail, sms, push) functionality through the corejam servers context object.

For example in your resolver:

Mutation: {
    myMutation: async (_obj: any, args: any, { notify }: MergedServerContext) => {
        await notify.sendMail({to: "mail@mail.com"})

        notify.sendSMS() //Coming soon
        notify.pushNotification() //Coming soon
}

Mail

Please view the .env.sample for the correct env variables required for mail setup.

Currently we support the following mail transports:

AMAZON SES

Getting Started

Readme

Keywords

none

Package Sidebar

Install

npm i @corejam/notify

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

4.03 kB

Total Files

4

Last publish

Collaborators

  • mattvb91
  • patrickhaug