Skip to main content

Collaborative Inboxes Now Work!

Google Groups' different types of groups ( Web Forum, Email List and Collaborative Inbox and the other one ) do more to muddy the waters of understanding Google Groups than actually describe what it is they actually do. Anyway...

 I previously have blogged here that Collaborative Inboxes didn't work because in order to receive a reply to an enquiry - it meant that you had to be a member of a group - and therefore able to see everyone else's enquiries. This is the equivalent of group therapy for a clap clinic, in that as a question asker, you get to see everyone else's questions.

I was only now, just showing someone interested in using Collaborative Inboxes, that particular quirk when I discovered a "cc The original sender" checkbox which is by default checked. Yay!

This means you could now use Collaborative Inboxes for private issues, that get responses from the experts who are members in that group. AND fellow experts can see your response. AND the person who replies doesn't have to remember to make sure the person who asked the question in the first place gets a reply.

This is great and means that Collaborative Inboxes can be used for generic enquiry email addresses and responded to by a team of people - which is what they were supposed to be in the place.

Comments

  1. So are you assuming the following settings: that the "asker" (or "original sender") is NOT a member of the group, can not see the archive yet CAN post questions to the group?

    ReplyDelete
  2. Yep. I know it's a bit odd, but it's one of our main Use Cases - an example being an address like this chemistry-enquiries@whereever.ac.uk ... is answered by a team of people.

    Up until now we've been forced to create accounts that then delegate their access to the team, which is far from ideal and takes some setup time. This lets teams create these sorts of addresses for themselves AND has a few extra cool features ( like being able to mark a thread as completed or assign it to a member of team).

    ReplyDelete
  3. Very handy - thanks Tom.

    A couple of gotchas I noticed in setting one of these up just now, which might be handy for others to know or there may be solutions to that I didn't find:

    - The 'cc original sender' option is, as you say, the default in the web interface but unfortunately replying from within my email (as a group member responding to a non-member query) causes the reply to be sent to the group only. It doesn't get cc'ed to the original submitter.

    - When sending from the web interface it sends from me personally by default. I have to select manually each time if I want to send from the group. Unfortunately sending from me personally is bad, because if the original correspondent just hits 'reply' to my message, it comes back to my email address and not the group, thus moving the conversation out of a shared inbox.

    So long as we remember those two things though, this looks like it should work well.

    ReplyDelete
  4. Agh! Hadn't spotted those. Good work Dan...

    Grr! There might be a setting for setting the default reply-to in the Group. I'll check that out.

    ReplyDelete

Post a Comment

Popular posts from this blog

Writing a Simple QR Code Stock Control Spreadsheet

At Theatre, Film & TV they have lots of equipment they loan to students, cameras, microphone, tripod etc. Keeping track of what goes out and what comes back is a difficult job. I have seen a few other departments struggling with the similar "equipment inventory" problems. A solution I have prototyped uses QR codes, a Google Spreadsheet and a small web application written in Apps Script. The idea is, that each piece of equipment ( or maybe collection of items ) has a QR code on it. Using a standard and free smartphone application to read QR codes, the technician swipes the item and is shown a screen that lets them either check the item out or return it. The QR app looks like this. The spreadsheet contains a list of cameras. It has links to images and uses Google Visualisation tools to generate its QR codes. The spreadsheet looks like this. The Web Application The web application, which only checks items in or out and should be used on a phone in conjunctio

Inserting A Google Doc link into a Google Spreadsheet (UPDATED 6/12/2017)

This article looks at using Apps Script to add new features to a Google Spreadsheet. At the University of York, various people have been using Google spreadsheets to collect together various project related information. We've found that when collecting lots of different collaborative information from lots of different people that a spreadsheet can work much better than a regular Google Form. Spreadsheets can be better than Forms for data collection because: The spreadsheet data saves as you are editing. If you want to fill in half the data and come back later, your data will still be there. The data in a spreadsheet is versioned, so you can see who added what and when and undo it if necessary The commenting features are brilliant - especially the "Resolve" button in comments. One feature we needed was to be able to "attach" Google Docs to certain cells in a spreadsheet. It's easy to just paste in a URL into a spreadsheet cell, but they can often

A Working Booking System In Google Sheets

Working with Andras Sztrokay we had another go at a booking system. This time it was to enable staff to book out a number of iPads over a number of days. You select the days you want, then select the Booking menu. Andras did an amazing job. It even creates a daily bookings sheet so you can see who has which iPads. To see this in action, go  here  and  File > Make a Copy (I won't be able to support you this is just provided to maybe give someone else a leg up, good luck!)