Basic Information

appmixer.ntfy.core.PublishNotification

1.0.0

Public

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

Input Ports

in

FieldTypeDescription
Topic text The ntfy topic to publish to. Topics are created automatically on first use. Use a hard-to-guess name for private topics — the topic name acts as a shared secret. Example: my-alerts-xk29a
Message text The notification message body.
Title text Optional notification title shown above the message. Defaults to the topic name if not set.
Priority select Notification priority which controls the sound, vibration, and urgency. Default is recommended for most use cases.
Tags text Comma-separated list of tags or emoji shortcodes. Tags starting with a known emoji shortcode are displayed as an emoji. Example: warning,skull or white_check_mark,cd. See full emoji list.
Click URL text Optional URL to open when the user clicks the notification. Example: https://example.com/dashboard
Icon URL text Optional URL of an icon image to show with the notification (Android only). Must be a publicly accessible HTTPS URL.
Attachment URL text Optional URL of an image or file to attach to the notification. The image will be shown inline on supported clients. Must be a publicly accessible HTTPS URL.
Markdown toggle Enable Markdown rendering in the notification body. When enabled, the message supports basic Markdown formatting.
Delay text Optional scheduled delivery time. Supports durations like 30m, 2h, 1d, or Unix timestamps and natural language like tomorrow, 3pm. Leave blank to deliver immediately.
Email Forward text Optional email address to forward the notification to. Requires your ntfy account to have email forwarding enabled.

Output Ports

out

FieldTypeDescription
Message ID -
Topic -
Message -
Title -
Priority -
Tags -
Timestamp -
Event -

Full Metadata