Hi Dojo!
Is it possible to include a dashboard report created in the new Dashboards app as an attachment to an SMS notification, perhaps using a C# script? I know it can be done natively via email, but it would be very helpful for our needs to include a dashboard report in an SMS notification.
Thank you!
Hi Yahya, it is not possible to include the report directly as an SMS is text based. What you can do as an alternative is include a hyperlink to the report in the SMS so it can be opened on smartphones.
Hi Yahya, I’ll check with our specialist on the SMS communication, but as far as I’m aware, DataMiner currently does not have support for MMS or RCS messages. You would also need a mobile gateway device such as the SMSeagle that supports these.
Is your DMS cloud connected? That would open some more possibilities such as sharing dashboards with specific users (https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Dashboards_app/Sharing_a_dashboard.html?tabs=tabid-1) or using ChatOps integration (https://docs.dataminer.services/user-guide/Cloud_Platform/TeamsBot/Microsoft_Teams_Chat_Integration.html) to send messages via teams.
A third alternative could be to use a third party communication API, e.g. the whatsapp API to send messages to your users, but that would require custom integration through automation scripts.
Thank you, Michiel, for your response.
This is indeed a good solution; however, we can’t access Dataminer dashboard links from phone. Would it be possible to send an MMS with a PDF report, similar to how it’s done via email?