HTTP Interface

HTTP Interface SearchSearch
Author Message
Andrei
Unregistered guest
Posted on Wednesday, November 10, 2004 - 01:01 pm:   

I am using an application that submits outbound messages in the following format:

http://server_ip_address:port/?message=hello&target=44123456789

but the Now SMS gateway requires this format:
http://server_ip_address:port/?PhoneNumber=%2B44123456789&Text=hello

Does anyone know how I am able to configure Now SMS to accept the outbound messages from the application I am using?

I am able to get messages into the application no problems by using the 2 Way SMS feature and the @@ commands to reformat the message into the format that my application requires. I just need the same flexibility for the messages.

Thanks in advance for your help.