[GH-ISSUE #24] Priorities, title, tags #23

Closed
opened 2026-05-07 00:18:49 +02:00 by BreizhHardware · 1 comment

Originally created by @binwiederhier on GitHub (Nov 26, 2021).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/24

Priorities: 1-5 (5=high, 1=low)

curl -d "my message -H "X-Priority: low" ntfy.sh/mytopic
curl -d "my message -H "Priority: high" ntfy.sh/mytopic
curl -d "my message -H "prio: 5" ntfy.sh/mytopic
curl -d "my message -H p:5 ntfy.sh/mytopic

Title:

curl -d "my message -H "X-Title: This is a title" ntfy.sh/mytopic
curl -d "my message -H "Title: This is a title" ntfy.sh/mytopic
curl -d "my message -H "t: This is a title" ntfy.sh/mytopic
curl -d "my message -H "ti: This is a title" ntfy.sh/mytopic

Tags:

curl -d "my message -H "X-Tags: warning,skull" ntfy.sh/mytopic
curl -d "my message -H "Tags: warning,skull" ntfy.sh/mytopic
curl -d "my message -Hta:warning,skull ntfy.sh/mytopic
Originally created by @binwiederhier on GitHub (Nov 26, 2021). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/24 Priorities: 1-5 (5=high, 1=low) ``` curl -d "my message -H "X-Priority: low" ntfy.sh/mytopic curl -d "my message -H "Priority: high" ntfy.sh/mytopic curl -d "my message -H "prio: 5" ntfy.sh/mytopic curl -d "my message -H p:5 ntfy.sh/mytopic ``` Title: ``` curl -d "my message -H "X-Title: This is a title" ntfy.sh/mytopic curl -d "my message -H "Title: This is a title" ntfy.sh/mytopic curl -d "my message -H "t: This is a title" ntfy.sh/mytopic curl -d "my message -H "ti: This is a title" ntfy.sh/mytopic ``` Tags: ``` curl -d "my message -H "X-Tags: warning,skull" ntfy.sh/mytopic curl -d "my message -H "Tags: warning,skull" ntfy.sh/mytopic curl -d "my message -Hta:warning,skull ntfy.sh/mytopic ```
Author
Owner
<!-- gh-comment-id:982158761 --> @binwiederhier commented on GitHub (Nov 30, 2021): Done as part of https://github.com/binwiederhier/ntfy/releases/tag/v1.5.0 and https://github.com/binwiederhier/ntfy-android/releases/tag/v1.3.0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#23
No description provided.