Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Priorities, title, tags #24

Closed
binwiederhier opened this issue Nov 26, 2021 · 1 comment
Closed

Priorities, title, tags #24

binwiederhier opened this issue Nov 26, 2021 · 1 comment
Labels
android-app ntfy Android app enhancement New feature or request in-progress 🏃 I'm working on this right now

Comments

@binwiederhier
Copy link
Owner

binwiederhier commented Nov 26, 2021

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
@binwiederhier binwiederhier added enhancement New feature or request android-app ntfy Android app in-progress 🏃 I'm working on this right now labels Nov 26, 2021
@binwiederhier binwiederhier changed the title Priorities Priorities, title, tags Nov 27, 2021
@binwiederhier
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android-app ntfy Android app enhancement New feature or request in-progress 🏃 I'm working on this right now
Projects
None yet
Development

No branches or pull requests

1 participant