Receiving an empty attachment with watcher email notification

Hello,

We have an email action configure in watcher which will send a result of Reporting URL.

"email": {
        "profile": "standard",
        "attachments": {
          "KafkaReport.csv": {
            "reporting": {
              "url": "",
              "retries": 3,
              "interval": "10m",
              "auth": {
                "basic": {
                  "username": "",
                  "password": ""
                }
              }
            }
          }

Ther Reporting URL that we are using is generating a report when we are trying to run it manually. But in the recent times we are receiving an email notification with empty attachment.

We are no table to identify, why we are facing this issue with the watcher that was working previously without any issue.

Thanks,
Anudeep.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.