{
  "coll_id": "REMPLACER_PAR_LE_COLL_ID",
  "logic": "AND",
  "charts": [
    {
      "field": "custom_t2",
      "agg": "count",
      "type": "doughnut"
    },
    {
      "field": "custom_d3",
      "agg": "count",
      "type": "line"
    },
    {
      "field": "custom_t2",
      "agg": "sum",
      "measure": "custom_n1",
      "type": "bar"
    }
  ],
  "filters": [
    {
      "field": "custom_t2",
      "operator": "neq",
      "value": "BROUILLON"
    }
  ],
  "email": {
    "smtp_host": "smtp.example.com",
    "smtp_port": 587,
    "use_tls": true,
    "use_ssl": false,
    "username": "rapports@example.com",
    "password": "",
    "from": "rapports@example.com",
    "recipients": [
      "compta@example.com",
      "direction@example.com"
    ],
    "subject_prefix": "[Zeendoc] Rapport hebdomadaire"
  }
}