Ntfy icon

Ntfy

Push notification service for topics, messages, subscriptions, attachments, and delivery events.

Handles push notifications around topics, messages, subscriptions, attachments, and delivery events.

Sign in to connect Ntfy

Sign in to connect an account and start using Ntfy in your apps.

Example Use Cases

These are example ways Snow can use Ntfy when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Check NTFY Service Health

Tool to check the health status of the ntfy service. Use when you need to verify if the ntfy service is operational and responding correctly.

Create NTFY Account

Tool to register a new user account on ntfy. Use when you need to create a new user account on the ntfy.sh hosted service. Note: This endpoint is not available on self-hosted instances unless signup is explicitly enabled in the server configuration.

Create Web Push Subscription

Tool to register a web push subscription for browser notifications. Use when you need to enable push notifications from ntfy topics through a browser's native push notification system.

Delete Web Push Subscription

Tool to unregister a web push subscription from the ntfy server. Use when you need to remove browser push notifications for a previously registered endpoint.

Fetch Scheduled Messages

Tool to fetch messages scheduled for later delivery from a topic. Use when you need to retrieve messages that are set to be delivered at a future date. The poll=1 and scheduled=1 parameters are automatically set to retrieve cached scheduled messages in a single request.

Get Account Information

Tool to retrieve account data for authenticated user or anonymous user. Use when you need to get account information, limits, statistics, or tier details.

Get File Attachment Metadata

Tool to get file attachment metadata from a message without downloading the file content. Use when you need to check file size, content type, or verify file existence in the ntfy attachment cache.

Get Server Statistics

Tool to retrieve server statistics including message counts and publishing rates. Use when you need to monitor ntfy server activity and get metrics about message volume.

Get Service Tiers

Tool to list all available ntfy service tiers with their limits and features. Use when you need to retrieve subscription tier information including pricing and usage limits. Requires that payments are enabled on the server.

Publish Message to Topic

Tool to publish a message to a ntfy topic. Use when you need to send notifications or alerts to a topic. Topics are created dynamically if they don't exist.