Page 1 of 1

wap - sample code

Posted: Tue Feb 18, 2020 12:25 pm
by developerlearn999
i can't find in the documents how send wap
can some one assiste?

Re: wap - sample code

Posted: Tue Feb 18, 2020 4:44 pm
by alt
WAP Push message you can try to send with following code:

Code: Select all

_client.SubmitAsync(SMS.ForWapPush()
                .TransactionId(transactionId)
                .From("1111").To("60166609999")
                .Title("Google").Url("http://www.google.com")
                );