I’m working on a Discourse integration with a Drupal website (using the Discourse SSO Drupal module) and have been able to answer most of my questions with existing documentation. However, I’m stumped on this one:
If possible, we’d like to allow users to set their notification preferences solely through Drupal, and have those sync to Discourse. Those preferences would include whether or not they receive an activity summary email, how often they receive it if so, and how they’re tracking the three different categories that the Discourse platform includes.
Is that possible? If so, what parameters do I need to pass to Discourse Connect? (Also, is this even recommended? As I type this, I realize that just saving the fields in Drupal won’t immediately update their settings in Discourse—they’d presumably have to log into Discourse again in order for them to sync up. I could potentially make that happen with custom Drupal code if everything else is possible and that’s the sole concern.)
Thanks for any guidance you can provide!