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

[feature] {tokens} in notification URLs #708

Closed
1-Samuel opened this issue Jun 19, 2022 · 4 comments
Closed

[feature] {tokens} in notification URLs #708

1-Samuel opened this issue Jun 19, 2022 · 4 comments
Labels
enhancement New feature or request Notifications systems Development of notifications of changes

Comments

@1-Samuel
Copy link

Version and OS
0.39.15 on linux/docker

Describe the solution you'd like
I would like the notification tokens ({base_url}, {watch_url}, ...) to be usable not only in the notification title and body, but also in the notification URLs.

Describe the use-case and give concrete real-world examples
With tokens in the URLs it would be possible to add dynamic parameters for the notification services.

An example would be the click parameter for ntfy which enables the notification to open a link on click. Possible useful values would be {watch_url}, {preview_url}, {diff_url}.

This notification would directly open the URL of the watched item on click:
ntfy://ntfy.sh/example?click={watch_url}

@1-Samuel 1-Samuel added the enhancement New feature or request label Jun 19, 2022
@dgtlmoon
Copy link
Owner

#289 already exists, but was blocked because we didnt have an update mechanism, but we have it now

@dgtlmoon
Copy link
Owner

Just fixed a huge bunch of problems in the extract text filter (#773) so this would be a nice one to solve next

@dgtlmoon
Copy link
Owner

related to #1063 & #289

@dgtlmoon dgtlmoon added the Notifications systems Development of notifications of changes label Nov 14, 2022
@dgtlmoon
Copy link
Owner

dgtlmoon commented Dec 5, 2022

solved in latest dev!

@dgtlmoon dgtlmoon closed this as completed Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Notifications systems Development of notifications of changes
Projects
None yet
Development

No branches or pull requests

2 participants