-
Notifications
You must be signed in to change notification settings - Fork 282
Pull notifications info together #4034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
936e424
Pull notifications info together
dustin-temporal 630311e
table formatting
dustin-temporal 0c389d4
drop finance admin until shipped
dustin-temporal 75139b2
add new Finance admin notifications
dustin-temporal 21f1f24
Update table header
jsundai c54ba6a
Merge branch 'main' into notification-consolidation
jsundai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| --- | ||
| id: notifications | ||
| title: Notifications | ||
| sidebar_label: Notifications | ||
| description: Receive updates about Temporal Cloud including when certificates will expire, billing updates, and when a failover has completed. | ||
| slug: /cloud/notifications | ||
| toc_max_heading_level: 4 | ||
| keywords: | ||
| - notification | ||
| - explanation | ||
| - how-to | ||
| - operations | ||
| - temporal cloud | ||
| tags: | ||
| - Notification | ||
| - Security | ||
| - Temporal Cloud | ||
| - Billing | ||
| --- | ||
|
|
||
| ## Get notified about Temporal Cloud status {#cloud-status} | ||
|
|
||
| In the event of an incident, Temporal updates the [Temporal Cloud status page](https://status.temporal.io/) with important updates. | ||
| Users can subscribe to updates in their preferred mode (e.g. email, Slack, SMS, etc.) by visiting this page. | ||
|
|
||
| ## Get notified about administrative events {#admin-notifications} | ||
|
|
||
| Temporal Cloud sends emails to notify users of important administrative events. | ||
|
|
||
| | Reason for email | Who receives email | | ||
| |------------------ | -------------------| | ||
| | Certificate Expiring in 15 days | Global Administrator, Namespace Administrator, Account Owner | | ||
| | Certificate Expiring in 10 days | Global Administrator, Namespace Administrator, Account Owner | | ||
| | Certificate Expiring in 5 days | Global Administrator, Namespace Administrator, Account Owner | | ||
| | API Key Expiring in 30 days | Global Administrator, Account Owner, individual user (if API Key has an owner) | | ||
| | API Key Expiring in 20 days | Global Administrator, Account Owner, individual user (if API Key has an owner) | | ||
| | API Key Expiring in 10 days | Global Administrator, Account Owner, individual user (if API Key has an owner) | | ||
| | Sign up credit expiring in 30 days | Account Owner, Finance Administrator | | ||
| | Sign up credit expiring in 14 days | Account Owner, Finance Administrator | | ||
| | Sign up credit expiring in 7 days | Account Owner, Finance Administrator | | ||
| | Sign up credit expiring in 1 days | Account Owner, Finance Administrator | | ||
| | Sign up credit is 50% consumed | Account Owner, Finance Administrator | | ||
| | Sign up credit is 90% consumed | Account Owner, Finance Administrator | | ||
| | Account plan type changed | Global Administrator, Account Owner, Finance Administrator | | ||
| | Namespace Failover Completed/Failed | Global Administrator, Namespace Administrator, Account Owner | | ||
|
|
||
| To ensure that you receive email notifications, configure your junk-email filters to permit email from | ||
| `noreply@temporal.io`. | ||
|
|
||
| To provide feedback on notifications or request changes, [create a support ticket](/cloud/support#support-ticket). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Can get this into the docs.