Hello,
How can I send a Unicode sms using the Dataminer mobile gateway , in Automation module and using the method :
protocol.NotifyDataMiner(1, sms, null); ?
Hi Ahmed,
If I understood correctly you would like to send a SMS using an automation script. If this is the case, you could use the method engine.SendSms in the C# code action (please DataMiner Help for additional information).
Please keep in mind that the phone number will need to be added to the user that you plan to send the SMS (see Editing a user's details for more information about how to edit a user in a DMA)
Hi Ahmed,
Please could you let me know the vendor and model of the mobile gateway that you are using with DataMiner?
It’s a SmsEagle Gateway
Thank you for reply but I am asking about how to send Unicode sms like Arabic text from Dataminer either in automation module or in QAction c# code ?