You don’t have anything handling POST requests. The challenge that you have to respond with to verify you service is reachable and working is a GET request, but the notifications are POST requests so you need to use a app.post(YOUR_ROUTE, YOUR_HANDLER)