# Highlight posts by a specific group

**URL:** https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008
**Category:** Support
**Created:** [July 24, 2018, 2:25pm UTC](https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008 "2018-07-24T14:25:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Bas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bas/32/294929_2.png) [@Bas](https://meta.discourse.org/u/Bas)
#### Post date: [July 24, 2018, 2:25pm UTC](https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008/1 "2018-07-24T14:25:20Z")

</div>

I’d like to keep track of and expedite answering posts created by people from a specific company (email-domain).

I’m able to find these posts in de data-explorer, but I don’t have any way of pinging me if a post appears.

Solutions that would be good:

- Ability to search, then I can put them on our lovely auto-refreshing display
- Notification
- Ability to download the .csv file from the dataexplorer on a static url

I seem to remember that meta does something similar for questions asked by customers, but I can’t seem to find the post anymore.

---

<div class="post-metadata">

### Author: ![robmc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/robmc/32/125900_2.png) [@robmc](https://meta.discourse.org/u/robmc)
#### Post date: [July 24, 2018, 2:30pm UTC](https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008/2 "2018-07-24T14:30:38Z")

</div>

You could create a customer-specific `group` - it can be configured to match them via their domain.

You would make this a private group and have an associated `category` visible only to this group, which you would mark as ‘watching’ to get notifications.

Is this the sort of thing you mean?

---

<div class="post-metadata">

### Author: ![Bas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bas/32/294929_2.png) [@Bas](https://meta.discourse.org/u/Bas)
#### Post date: [July 24, 2018, 2:48pm UTC](https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008/3 "2018-07-24T14:48:15Z")

</div>

Ah yes, thing is, I’d ideally like to keep it a bit secret from them 🙂  
Creating a group wouldn’t be a problem, but I’d prefer it if I don’t have to force them to deviate from the normal behaviour and just participate in the forum (and are then amazingly well helped).

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [July 24, 2018, 2:49pm UTC](https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008/4 "2018-07-24T14:49:23Z")

</div>

By listening to the `post_created` events you can check the user and create custom notifications in a plugin.

> [@Bas](#):
>
> Creating a group wouldn’t be a problem, but I’d prefer it if I don’t have to force them to deviate from the normal behaviour

Then you can create a group which is only visible for “Group owners and admins”. And you can view all member activities in `/groups/[the-company-group]/activity/posts`.

---

<div class="post-metadata">

### Author: ![Bas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bas/32/294929_2.png) [@Bas](https://meta.discourse.org/u/Bas)
#### Post date: [July 25, 2018, 7:36am UTC](https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008/5 "2018-07-25T07:36:43Z")

</div>

> [@vinothkannans](#):
>
> Then you can create a group which is only visible for “Group owners and admins”. And you can view all member activities in `/groups/[the-company-group]/activity/posts` .

Perfect, this is exactly what I am looking for! 🙂

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [August 24, 2018, 7:36am UTC](https://meta.discourse.org/t/highlight-posts-by-a-specific-group/93008/6 "2018-08-24T07:36:51Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
