feat: helpdesk notifications custom
Some checks failed
ci / build_and_publish (push) Has been cancelled
Some checks failed
ci / build_and_publish (push) Has been cancelled
This commit is contained in:
parent
350df10c4c
commit
3119de2ea4
13 changed files with 56 additions and 14 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
label: Agent Guide
|
|
||||||
position: 20
|
|
||||||
link:
|
|
||||||
type: "generated-index"
|
|
||||||
15
docs/link/agent/index.mdx
Normal file
15
docs/link/agent/index.mdx
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
sidebar_label: Agent Guide
|
||||||
|
sidebar_position: 20
|
||||||
|
---
|
||||||
|
|
||||||
|
import DocCardList from '@theme/DocCardList';
|
||||||
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
|
# Agent Guide
|
||||||
|
|
||||||
|
:::warning[Under construction]
|
||||||
|
This documentation is a work in progress. Please [get in touch with us](mailto:contact@sr2.uk) if you have any questions.
|
||||||
|
:::
|
||||||
|
|
||||||
|
<DocCardList items={useCurrentSidebarCategory().items} />
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# Introduction
|
|
||||||
|
|
||||||
:::warning[Under construction]
|
|
||||||
This documentation is a work in progress. Please [get in touch with us](mailto:contact@sr2.uk) if you have any questions.
|
|
||||||
:::
|
|
||||||
34
docs/link/agent/notifications.md
Normal file
34
docs/link/agent/notifications.md
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
# Notifications
|
||||||
|
|
||||||
|
Our helpdesks support "desktop notifications", delivered when the agent is logged in to the helpdesk, and email
|
||||||
|
notifications.
|
||||||
|
|
||||||
|
Staff (admins & agents) are notified of:
|
||||||
|
|
||||||
|
* Abnormal login events
|
||||||
|
|
||||||
|
Agents are notified about:
|
||||||
|
|
||||||
|
* New tickets
|
||||||
|
* Ticket updates
|
||||||
|
* Pending reached tickets
|
||||||
|
* SLA violations (before and after the deadline)
|
||||||
|
|
||||||
|
## Customising Notifications
|
||||||
|
|
||||||
|
Users can configure where and how they receive notifications by clicking on their avatar in the lower left corner of the
|
||||||
|
window and selecting "Profile".
|
||||||
|
From there, select, "Notifications" and select the appropriate checkboxes in the "Also notify via email" column.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Security Considerations
|
||||||
|
|
||||||
|
Notifications can be great to get alerted to a new ticket that requires attention.
|
||||||
|
However, given the integrations of end-to-end encrypted channels, such as Signal, content coming in via a more secure
|
||||||
|
means may not be desirable to forward along to a less secure one, such as email.
|
||||||
|
|
||||||
|
With email notifications enabled, a message received from Signal could be relayed by email, thus breaking the end-to-end
|
||||||
|
encryption Signal affords.
|
||||||
|
For this reason, we hide the content of the messages from the email notifications and send only generic messages.
|
||||||
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
sidebar_position: 50
|
sidebar_position: 50
|
||||||
---
|
---
|
||||||
|
|
||||||
# Hosted CDR Link FAQ
|
# CDR Link FAQ
|
||||||
|
|
||||||
CDR offers hosted Link helpdesk instances managed by our deployment partner [SR2 Communications](https://www.sr2.uk/),
|
CDR offers hosted Link helpdesk instances managed by [SR2 Communications](https://www.sr2.uk/),
|
||||||
a trusted team within the digital rights community, with a proven track record of securely handling sensitive data.
|
a trusted team within the digital rights community, with a proven track record of securely handling sensitive data.
|
||||||
|
|
||||||
## Where do our hosted instances run?
|
## Where do our hosted instances run?
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,13 @@ sidebar_label: Link Helpdesk
|
||||||
import DocCardList from '@theme/DocCardList';
|
import DocCardList from '@theme/DocCardList';
|
||||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
# Documentation Overview
|
# Secure Digital Helpdesks
|
||||||
|
|
||||||
:::warning[Under construction]
|
:::warning[Under construction]
|
||||||
This documentation is a work in progress. Please [get in touch with us](mailto:contact@sr2.uk) if you have any questions.
|
This documentation is a work in progress. Please [get in touch with us](mailto:contact@sr2.uk) if you have any questions.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<DocCardList items={useCurrentSidebarCategory().items.slice(1)} />
|
Our secure digital helpdesks are customised and hardened version of Zammad, an open source, flexible, multi-channel
|
||||||
|
ticketing platform that enables those in need to ask for help, and providers to respond.
|
||||||
|
|
||||||
|
<DocCardList items={useCurrentSidebarCategory().items} />
|
||||||
|
|
|
||||||
BIN
static/docs/link/agent/notifications_matrix.png
Normal file
BIN
static/docs/link/agent/notifications_matrix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 143 KiB |
Loading…
Add table
Add a link
Reference in a new issue