groton-school / blackbaud-to-google-group-sync

Sync entries in Blackbaud LMS Advanced Lists (potentially of community groups) to Google Groups
GNU General Public License v3.0
0 stars 0 forks source link

Configure messaging options in JSON params #12

Closed battis closed 1 year ago

battis commented 1 year ago

"receive-email": false is the current setting (assuming that "receive-email" would default to true, since that's the current state of Google Groups). Now need to implement this.

battis commented 1 year ago

Changing to "delivery-settings": "NONE" to match the Google Admin SDK Directory Members API.