You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if it would be possible to have custom notifications. I'd like to extend it to:
Use it to broadcast events on my site (Such as "hey users, version 1.2 is out now". I find this less intrusive than sending an email. (also, some of us, can't actually send emails to the user unless they opted-in for it)
Notify users of events not coming from Q2A. Such as "User A, there is progress in topic X" (user would have sign elsewhere (yet still using his/her q2a credentials) to be informed of that)
I'm thinking being able to "insert" somewhere something like
{
"userid" : 54,
"event": "custom",
"message": "Hey $handle, there is ....",
...
}
The text was updated successfully, but these errors were encountered:
I wonder if it would be possible to have custom notifications. I'd like to extend it to:
I'm thinking being able to "insert" somewhere something like
{
"userid" : 54,
"event": "custom",
"message": "Hey $handle, there is ....",
...
}
The text was updated successfully, but these errors were encountered: