Saturday, July 7, 2018

How to send SMS from MS Dynamics NAV or Business Central?

Requirement :

In my current solution , I need send SMS to my college students from NAV. I am using 

SMSCOUNTRY.IN as SMS provider.

Credentials will be provided once you approve the payment.

Solution :

The most amazing point is I achieved it with one single line of code. Developers can change the 

message TEXT mobile and SMS to send via AL code.

Thanks a lot to API.

HYPERLINK('http://api.smscountry.com/SMSCwebservice_bulk.aspx?User=USERNAME&passwd=PASSWORD&mobilenumber=MOBILENUMBER&message=FROM NAV&sid=SMSCntry&mtype=N&DR=Y');



No comments:

Post a Comment