ntfy2.com

Servicio gratuito de notificaciones push

Probar

Envíe una notificación a su teléfono en segundos

  1. 1. Instale la app ntfy y suscríbase a un tema
  2. 2. Envíe un mensaje desde su terminal
  3. 3. Eso es todo. Su teléfono vibra.

Publicar

Envíe una notificación con una sola solicitud HTTP

Mensaje simple

curl -d "Hello" https://ntfy2.com/mytopic

Con título y etiquetas

curl \
  -H "Title: Disk full" \
  -H "Tags: warning" \
  -d "Server /dev/sda1 is 95% full" \
  https://ntfy2.com/mytopic

Cuerpo JSON

curl -H "Content-Type: application/json" \
  -d '{"topic":"mytopic","title":"Alert","message":"Hello"}' \
  https://ntfy2.com/

Suscribirse

Reciba notificaciones a través de la app ntfy, curl o cualquier cliente HTTP

Consultar mensajes

curl -s "https://ntfy2.com/mytopic/json?poll=1"

Stream (SSE)

curl -s "https://ntfy2.com/mytopic/json"

WebSocket

wscat -c "wss://ntfy2.com/mytopic/ws"

Correo electrónico

Envíe notificaciones por correo — cualquier sistema que pueda enviar email puede hacer push a ntfy2

Envíe un email a su tema

echo "Server is down" | mail -s "Alert" mytopic@ntfy2.com

La dirección del destinatario se convierte en el tema. El asunto en el título. El cuerpo en el mensaje.

Características

Sin registro
Sin límites
Distribuido en edge global
Cifrado HTTPS
Compatible con app ntfy
Protocolo abierto