GenerateOrganizationReportJob.perform_later(
      id: report.id,
      report_url: Rails.application.routes.url_helpers.organization_report_url(organization_id: scheduled_report.organization_id, id: report.id, host: ENV["DEFAULT_HOST"]),
      recipients: scheduled_report.recipients
    )