Knowledge Article Approval Email Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi folks! We have noticed that we do not have email notifications set up to send the author of a knowledge article an email when their knowledge article has been approved and is published. Can someone please point me in the direction for where this logic lives so we can put this functionality in place. We do have an email notification in place for when the knowledge article is rejected. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello @sseverance ,
Go to All > System Notification > Email > Notifications, filter by Table = Knowledge [kb_knowledge], and review the active notifications.
Since you already have a working notification for article rejection, start by examining that notification. Check whether it is triggered by a system event or by record conditions/field changes. This will help you identify the logic currently being used and make it easier to create a corresponding notification for when an article is approved and published.
If the rejection notification is event-based, review the associated event in System Policy > Events > Event Registry. If it's condition-based, you can use a similar approach with conditions such as Workflow State = Published and send the notification to the article author.
Hope this helps.