Receive instant push notifications on your phone every time someone places an order on the intranet menu website — powered by n8n and a self-hosted ntfy.sh instance.


Overview

This workflow connects a menu website to your smartphone in real time using n8n.

When someone submits an order:

  1. The menu website POSTs the order to the n8n Webhook
  2. n8n normalises the name (case-insensitive: "mario" → "Mario") and formats the order
  3. A push notification is sent via ntfy (self-hosted)

Setup Guides

01 - Setup ntfy.sh (Self-Hosted)

02 - Expose ntfy with Cloudflare Tunnel

03 - Setup the n8n Workflow


Architecture

Webhook → Format Order → ntfy notification


GitHub Repository

free-templates/5-online-menu-push-notifications