@abext/notifications

## Examples and Usages ```ts import '@abext/notifications'; ```

Usage no npm install needed!

<script type="module">
  import abextNotifications from 'https://cdn.skypack.dev/@abext/notifications';
</script>

README

Airboat Extension - Notifications

Examples and Usages

import '@abext/notifications';

Models

  • notification

Routes

  • GET /notifications
  • PUT /notifications/:id/status

Services

  • Email
  • SMS

Configuration

{
  "extensions": {
    "notifications": {
      "email": {
        "postmarkConfig": {},
        "from": "me@raff.ca",
        "fromName": "Raff Paquin"
      },
      "sms": {
        "from": "+14380000000"
      }
    }
  }
}
``