Skip to content

Instantly share code, notes, and snippets.

@matitalatina
matitalatina / webpush.js
Last active August 26, 2018 14:39
Send webpush
function handleSubscription(subscription) {
const notificationPayload = {
notification: {
title: 'Blogial new post',
body: req.body.title,
icon: 'assets/icons/icon-512x512.png'
}
};
return webpush.sendNotification(
# Partner invio
## Attori coinvolti
- **Partner**: è l'utente che richiede il nostro servizio.
- **ttt-backend**: è il server di TicinoTopTen.
- **ses-transactional**: è il server il cui unico scopo è l'invio delle email.
## Registrazione