Skip to content

mixpanel_email_digest (Data Source)

Fetches a Mixpanel email digest — a scheduled dashboard subscription delivered via email or Slack.

Example Usage

data "mixpanel_email_digest" "weekly_summary" {
  project_id       = 1234567
  email_digest_id  = 808
}

Only email_digest_id and project_id are inputs; the remaining attributes are populated from the fetched digest subscription.

Schema

Required

  • email_digest_id (Number)
  • project_id (Number)

Optional

  • slack_subscriptions (String)

Read-Only

  • confirmed_date (String)
  • created (String)
  • creator_email (String)
  • creator_id (Number)
  • dashboard_creator_email (String)
  • dashboard_foreign_private (Boolean)
  • dashboard_has_owner_with_permissions (Boolean)
  • dashboard_id (String)
  • dashboard_title (String)
  • digest_has_owner_with_permissions (Boolean)
  • has_active_user (Boolean)
  • id (Number) The ID of this resource.
  • monthly_week_ordinal (Number)
  • name (String)
  • paused (Boolean)
  • recipients (List of String)
  • recur (Number)
  • schedule (String)
  • start_date (String)
  • status (String)
  • timezone (String)
  • workspace_id (Number)
  • workspace_name (String)