# Alert for when certain tag is used?

**URL:** https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939
**Category:** Support
**Created:** [December 13, 2021, 10:37am UTC](https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939 "2021-12-13T10:37:50Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![RobD](https://avatars.discourse-cdn.com/v4/letter/r/a9a28c/32.png) [@RobD](https://meta.discourse.org/u/RobD)
#### Post date: [December 13, 2021, 10:37am UTC](https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939/1 "2021-12-13T10:37:50Z")

</div>

Hi!

I’m an admin. I’d like to be able to add a tag to a topic and then when that tag is used, an individual(s) will be notified (notification or even better, an email)?

Does anyone know if this kind of thing is possible?

Thank you.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [December 13, 2021, 10:46am UTC](https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939/2 "2021-12-13T10:46:15Z")

</div>

See profile /preferences /tags and watch the tag.

---

<div class="post-metadata">

### Author: ![mattdm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mattdm/32/216484_2.png) [@mattdm](https://meta.discourse.org/u/mattdm)
#### Post date: [December 13, 2021, 10:56am UTC](https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939/3 "2021-12-13T10:56:05Z")

</div>

If you need something more complicated than a notification, you can create (under API in the admin interface) a webhook, which will cause a HTTP post (including the topic body and other metadata) to be sent, and one of the options is to have that only fire when a given tag is involved.

---

<div class="post-metadata">

### Author: ![RobD](https://avatars.discourse-cdn.com/v4/letter/r/a9a28c/32.png) [@RobD](https://meta.discourse.org/u/RobD)
#### Post date: [December 13, 2021, 10:59am UTC](https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939/4 "2021-12-13T10:59:09Z")

</div>

Thanks @pfaffman If I wanted other people in my organisation to be notified when a tag is used what would be the best way? Is this just something they need to action on their end? (they all have discourse accounts)

---

<div class="post-metadata">

### Author: ![mattdm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mattdm/32/216484_2.png) [@mattdm](https://meta.discourse.org/u/mattdm)
#### Post date: [December 13, 2021, 11:05am UTC](https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939/5 "2021-12-13T11:05:28Z")

</div>

Put all of the users in a Group (or use an automatic one like Moderators) and in the admin interface for that group, in the tags section, you can set the default for group members to Watching — and I believe when you change that, it will ask if you want to change it for existing group members or just going forward.

---

<div class="post-metadata">

### Author: ![RobD](https://avatars.discourse-cdn.com/v4/letter/r/a9a28c/32.png) [@RobD](https://meta.discourse.org/u/RobD)
#### Post date: [December 13, 2021, 11:10am UTC](https://meta.discourse.org/t/alert-for-when-certain-tag-is-used/211939/6 "2021-12-13T11:10:25Z")

</div>

This is great, thanks @mattdm I’ll let you know how I get on 👍
