Skip Navigation
Lemmy Support @lemmy.ml binwiederhier @discuss.ntfy.sh

How to notify on every new post for a specific community?

Is it possible for Lemmy to send me a notification whenever somebody submits a new post to a specific community (one that I own)?

I started a project-specific community !ntfy@discuss.ntfy.sh that's supposed to be a support forum, and I have missed a few posts for many hours because there are no notifications.

I'd be ok too if there was a simple API and I'd have to write a small script, but it'd be nicer if it was built-in

16

You're viewing a single thread.

16 comments
  • !hdev@lemmy.world has an automod bot, I'm just testing it too. Lemmy.world's api is inconsistent, but maybe that won't be a problem on your instance.

    @Rooki@lemmy.world ?

    • That implies that it's not a native feature. I gotta find the API docs then...

      Edit: Looks like there is an easy-ish API. Examples:

      $ curl -s "https://discuss.ntfy.sh/api/v3/post/list?sort=Hot"|jq '.posts[].post.name'
      "Docker-compose + Traefik"
      "[SOLVED] Self-hosted NTFY does not receive all notifications"
      "Markdown is coming soon ... 🤩 😲"
      "[disscussion] Lemmy push notifications with ntfy"
      "Using healthchecks.io and ntfy.sh to wake you up if your services are down"
      "Ntfy Connector: Modal-based discord bot to send,and now receive, ntfy notifications."
      "Welcome to the new ntfy discussion board"
      "ntfy Web Push / PWA support is coming soon"
      "📢  ntfy Web Push / PWA: Request for testing!"
      "ntfy release 🎉 - Now with Web Push and a progressive web app (hello iOS friends ❤️), and with dark mode for the web app! ntfy lets you send push notifications to your phone via a simple REST API, and"
      
16 comments