Skip to Content
Author's profile photo Jozsef Hegyi

Sending sms via http-node

This blog is only about how to create the URL which is calls the provider. the reason is because there more and more error reported because wrong URL

was created and the sending ends in an exception.

You get the URL from your sms provider and in sap you have possibility to add variables like:

“Recipient Address”

“Sender Address”

“Sender Name”

“Password”

“Message Text”

“Comm ID”

There are no more variables and it is not possible to more too. So we have to use this one.

Important is that you have to push the button for selecting the variables (not writing them into the whte screen and with CR separate.)

vari.JPG

if you do this than you will get a correct URL according http standard. I suggest to you to check it out by calling this URL in your browser to see if it is accepted by the sms provider.

Good luck for sending sms 🙂

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Jozsef,

      that's a great blog!

      Many thanks for the info,

      Best

               Miklos

      Author's profile photo Former Member
      Former Member

      Hi Jozsef,

       

      how do I get the screen you shown ?

       

      Regards.