This is an example Next.js application that illustrates how notifications-node-client can be used to send SMS and emails using NotifyNL API.
- API key. You can create an API key by signing into your account on NotifyNL and going to
API integration
.
- Create
.env.local
by copying.env.local.example
- Replace
<API_KEY>
with the API key created via NotifyNL - Run
$ npm install
to install all the dependencies - Run
$npm run dev
to start the development server on http://localhost:3000