Batching, grouping, or scheduling notifications (reactions) #1885
Unanswered
luckman212
asked this question in
Q&A
Replies: 2 comments
-
I see #1190, which seems at least to partially answer this. Will stay subscribed to that, thanks @dgtlmoon |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case it helps anyone, this syntax is working for me for scheduled notifications with my own ntfy server the example below sends at 2PM UTC (10AM EST). You have to adjust for your timezone and URL-encode the time string...
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if I missed the answer to this somewhere (I did search...)
Wondering if anyone knows a way or if it's possible to group multiple notifications together so instead of 4 emails for example, I get only 1 aggregated change notification email.
Maybe some kind of queue and then at a user-specified
[XX:YY]
time, an email with contents of that queue is sent out?Or, does anyone have a working example or screenshot of how to use that
ntfy://
method to send a scheduled notification (X-At
header)? I fumbled around withntfy://
andposts://
and trying various URL parameters and JSON payloads, but couldn't make it work.Is this supported?
Beta Was this translation helpful? Give feedback.
All reactions