matthewbdaly/statico

Create Notifier service for sending notifications via various drivers

matthewbdaly opened this issue · 0 comments

Drivers should include:

  • Mailer
  • SMS
  • Webhook
  • Composite (for wrapping multiple other drivers, so for instance a site owner can receive an email and trigger the webhook)

Also, these two drivers for testing purposes:

  • Null
  • Logger