Skip to content

Commit 642db87

Browse files
Add guest notification settings page for organizations (#80)
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 8f26a1a commit 642db87

2 files changed

Lines changed: 72 additions & 1 deletion

File tree

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
},
4040
"pages": [
4141
"enterprise/members-onboarding",
42-
"enterprise/custom-smtp"
42+
"enterprise/custom-smtp",
43+
"enterprise/guest-notification-settings"
4344
]
4445
},
4546
{
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: "Guest notification settings"
3+
description: "Control which Cal Video email notifications are sent to attendees across your organization."
4+
---
5+
6+
Organization admins can disable specific Cal Video email notifications for attendees (guests) across all bookings in the organization. When a notification type is disabled, attendees no longer receive that email, but organizers continue to receive it as normal.
7+
8+
<Note>
9+
Guest notification settings are only available for organizations. You must be an organization admin to access them.
10+
</Note>
11+
12+
---
13+
14+
## Available settings
15+
16+
| Setting | What it does | Default |
17+
|---|---|---|
18+
| **Disable recording emails to attendees** | Prevents attendees from receiving Cal Video recording download emails after a meeting ends | Off |
19+
| **Disable transcription emails to attendees** | Prevents attendees from receiving Cal Video transcription emails after a meeting ends | Off |
20+
21+
<Note>
22+
These settings only affect emails sent to attendees. The meeting organizer always receives recording and transcription emails regardless of these settings.
23+
</Note>
24+
25+
---
26+
27+
## How to configure
28+
29+
<Steps>
30+
<Step title="Go to organization settings">
31+
Navigate to **Settings****Organization****Guest notifications**.
32+
</Step>
33+
<Step title="Toggle the desired setting">
34+
Enable or disable the notification types you want to control. Changes take effect immediately for all future Cal Video meetings in your organization.
35+
</Step>
36+
</Steps>
37+
38+
---
39+
40+
## When to use this
41+
42+
These settings are useful when your organization:
43+
44+
- Has privacy or compliance requirements that restrict sharing recordings with external attendees
45+
- Wants to limit the distribution of meeting transcriptions
46+
- Prefers to share recordings manually through a controlled process rather than automatic emails
47+
48+
---
49+
50+
## Prerequisites
51+
52+
- Your organization must have Cal Video enabled as a conferencing provider.
53+
- Video recording must be enabled on your plan for recording and transcription emails to be sent.
54+
- To learn more about Cal Video recording and transcription options at the event-type level, see [Cal Video advanced settings](/event-types/calvideo-advanced-settings).
55+
56+
---
57+
58+
## Frequently asked questions
59+
60+
<AccordionGroup>
61+
<Accordion title="Do these settings affect the organizer's emails?">
62+
No. Organizers always receive recording and transcription emails, even when guest notifications are disabled.
63+
</Accordion>
64+
<Accordion title="Do changes apply to existing bookings?">
65+
Changes take effect for all future Cal Video meetings. Emails for meetings that have already ended are not affected.
66+
</Accordion>
67+
<Accordion title="Can I disable notifications for specific event types instead of the whole organization?">
68+
These settings apply organization-wide. To control recording and transcription behavior at the event-type level, use the [Cal Video advanced settings](/event-types/calvideo-advanced-settings) on each event type.
69+
</Accordion>
70+
</AccordionGroup>

0 commit comments

Comments
 (0)