Replies: 1 comment 1 reply
-
We don't currently track the deliveries themselves, just the notification and recipients. Probably the best way would be to add an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using the Noticed gem and would like to query notifications that have been sent using a specific delivered_by method (e.g., email, Slack, SMS).
Is there a recommended way to retrieve notifications that have been delivered by a particular method?
For example:
How can I identify which notifications were delivered via email?
Is there built-in support for this, or should I directly query the database tables?
Any guidance or examples would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions