I have a site with user profile pages, that users can add content to, e.g. Anne.
Other users (e.g. Bob) can comment on these pages using Disqus.
When a Bob comments on Anne's page, I'd like to notify Anne of the new comment.
Currently Disqus emails the site moderator to notify the new comment. Can it be made to notify Anne as well?
I'm not using Wordpress (see related question here for discussion when using WP), this is a Django site.
I've seen that you can get a Javascript callback from Disqus, which I could use to trigger an API call to my backend to send a notification email. But if Disqus can send notifications directly itself I won't need to reinvent the wheel.