Jump to content

HTTP GET Text messaging


Recommended Posts

I use an SMS gateway that expects to receive a HTTP GET request like;

http://[serveraddress]:[port]/v1/sms/send/?phone=[destnumber]&message=[message]

Where can I enter these parameters in Vodia PBX Version 67.0.6?

When I select HTTP GET I am asked for Username or account & Application secret.

 

Link to comment
Share on other sites

You can select as provider "HTTP GET" which should be what you are looking for. The following variables are available (URL-encoded) in the URL:

  • {password} The password for the account (which was entered in the setup)
  • {body} The text content
  • {from} The senders address
  • {to} The receivers address
  • {from-e164} The senders address in E164-form
  • {to-e164} The receivers address in E164-form

As an example, you could use the URL http://12.23.34.56:80/v1/sms/send/?phone={to-e164}&message={body}.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...