Integration component for ntfy (ntfy.sh) - a simple HTTP-based pub-sub notification service. Supports sending push notifications to Android, iOS, and desktop with rich options including title, priority, tags, and click actions.

Changelog

2 versions
v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.0
  • Initial version: PublishNotification component with support for message, title, priority, tags, click URL, icon URL, and attachment URL.

Authentication

TypeDetails
API Key
Server URL (text)
The ntfy server URL. Use https://ntfy.sh for the public ntfy.sh server, or your own self-hosted server URL (e.g. https://ntfy.example.com).
Access Token (password)
Your ntfy access token. Required for protected topics and the ntfy.sh paid tier. Create one in the ntfy web app under Account → Access Tokens. Leave blank only if publishing to a public unprotected topic.

Actions

2
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the ntfy API.
Publish Notification icon

Publish Notification

Publishes a push notification to an ntfy topic. The notification is delivered instantly to all subscribers of the topic (Android, iOS, and web).