Paul Vincent
Posts
-
Reply by Email -
Reply by Email@greenmoon You could separate them out, by adding the API-created users to a pre-created private group, leaving the public members to the other categories. In fact, that's what I had in mind for our tutor community, as they would tend to have their own private section separated out from the students. The range of endpoints that can be used are on this page: https://github.com/NodeBB/nodebb-plugin-write-api/blob/master/routes/v1/readme.md
-
Reply by EmailHi Greenmoon,
So far we've been using Write API for scripting the creation of new users from our CRM (I work for an educational institution, so we want it to be closed to just our students and tutors), and Google SSO for them to auth in via pre-provisioned GApps accounts. The Mandrill Emailer plugin appears to be geared towards achieving a post from email feature, but Mandrill is balking at the suggested URL from the NodeBB plugin (/admin/plugins/emailer-mandrill/emailer-mandrill/reply), seemingly due to permissions errors as the URL resolves itself to /login?local=1 in the Mandrill URL field.
I'm assuming it's a version issue, as the Mandrill plugin isn't available outside of Github. Unfortunately this is a required feature in my spec for a forum, based on student/tutor demand, so we may end up forced down the Discourse route.
-
Reply by EmailRe: Email integration confusion
I'm very new to NodeBB so apologies if there is an obvious answer to this, but where might I find the reply-by-email plugin that I've seen mentioned in a couple of threads on here? I've searched github as well as the built-in search but coming up blank. Have tried the Mandrill plugin, but the route provided by the plugin seems not to be recognised by Mandrill, and the Mailgun plugin appears to only offer notifications. Can anyone help with this?
Many thanks,
Paul