Skip to content

Digest Emails

Receive weekly summaries of engagement across your presentations.

Deckyard can send weekly digest emails summarizing activity and engagement. These emails help you stay informed about how your presentations are performing without checking the dashboard daily.

Engagement Insights dashboard showing total views, unique viewers, average duration, completion rate, views over time chart, and top performing presentations

Each digest email contains:

  • AI-generated summary of key trends
  • Notable changes in engagement
  • Recommendations for improvement
  • Total views across all presentations
  • Views per presentation
  • Comparison to previous period
  • Top-performing presentations
  • Poll responses collected
  • Lead captures
  • Q&A questions received
  • Feedback submissions

For team accounts:

  • New presentations created
  • Presentations published
  • Collaboration activity
  • Comments and suggestions

Digest emails require:

  1. Email configuration (Brevo API key)
  2. User email addresses
  3. AI service (optional, for insights)

Users can enable/disable digest emails:

  1. Go to Settings > Notifications
  2. Toggle Weekly Digest on/off

Users can choose which day of the week to receive their digest:

  1. Go to Settings > Notifications
  2. Select preferred Digest Day

Available options:

  • Monday (default)
  • Friday
  • Sunday

Digests are sent:

  • Once per week on the configured day
  • Around 9:00 AM in the user’s timezone (or server timezone)
  • Only if there’s activity to report

Configure digest emails for your entire team.

Admins can configure team-wide digests:

  1. Go to Admin > Settings
  2. Navigate to Digest Emails
  3. Configure team digest options
OptionDescription
Enable for all usersAuto-enable for new users
Default send dayDefault day for new users
Include team statsAdd team-wide statistics
Admin summarySend admin-only summary

Admins can receive a special digest with:

  • All team activity
  • User engagement metrics
  • System health indicators
  • Storage usage

Each presentation in the digest shows:

  • View count (total and new)
  • Average view duration
  • Interaction completion rate
  • Lead conversions

With AI enabled, digests include:

  • Natural language summary
  • Trend analysis
  • Actionable recommendations
  • Comparison to benchmarks

Example insight:

“Your ‘Product Demo’ presentation saw a 45% increase in views this week. The new interactive poll on slide 3 has an 87% completion rate, suggesting strong audience engagement.”

Digests include visual representations:

  • View trend graph
  • Engagement bar chart
  • Top 5 presentations list

The digest email template can be customized:

  1. Go to Admin > Email Templates
  2. Select Weekly Digest
  3. Customize content and styling

Add your brand to digest emails:

  • Company logo
  • Brand colors
  • Custom footer

Choose which sections to include:

  • Engagement summary (always included)
  • AI insights (optional)
  • Team activity (optional)
  • Detailed statistics (optional)

If users aren’t receiving digests:

  1. Verify email configuration is correct
  2. Check user has digest enabled in settings
  3. Confirm there’s activity to report
  4. Check server logs for email errors

If digests have no content:

  • User may have no presentations
  • No views in the digest period
  • Check presentation visibility settings

If AI insights aren’t appearing:

  • Verify AI service is configured (OpenAI, Claude, etc.)
  • Check API key is valid
  • Ensure sufficient data for analysis

Admins can send test digests:

Terminal window
POST /api/admin/digests/test
Content-Type: application/json
{
"email": "user@example.com"
}

Preview what a digest would contain:

Terminal window
GET /api/me/digest/preview