Skip to content

Commit

Permalink
Release note for job notification updates (#4405)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Release note for job notification updates 

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [ ] Needs product team review

Adding new pages (delete if not applicable):
- ~~[ ] Add page to `website/sidebars.js`~~ this is automated for
release notes
- [x] Provide a unique filename for the new page
  • Loading branch information
nghi-ly authored Nov 10, 2023
2 parents 6c67a2b + f497223 commit 0d322a3
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Enhancement: Email and Slack job notifications"
description: "November 2023: New quality-of-life improvements for setting up and administering email and Slack job notifications"
sidebar_label: "Enhancement: Job notifications"
sidebar_position: 10
tags: [Nov-2023]
---

There are new quality-of-life improvements in dbt Cloud for email and Slack notifications about your jobs:

- You can add external email addresses and send job notifications to them. External emails can be:
- Addresses that are outside of your dbt Cloud account
- Third-party integration addresses for configuring notifications to services like Microsoft Teams or PagerDuty
- You can configure notifications for multiple Slack channels. Previously, you could only configure one Slack channel.
- Any account admin can now edit slack notifications, not just the person who created them.

To learn more, check out [Job notifications](/docs/deploy/job-notifications).

0 comments on commit 0d322a3

Please sign in to comment.