Anveo.com - SMS API to receive incoming SMS using HTTP
|
|
|
Anveo can forward incoming SMS Text messages received on Anveo phone number to another server using HTTP request.
|
Description
|
|
A number of special placeholders/variables can be used in URL which Anveo will use to forward incoming SMS Text Messages.
Placeholders will we replaced with the actual values from incoming SMS message.
|
|
$[from]$ - contains the phone number from which SMS message was received.
$[to]$ - contains Anveo Phone Number which received SMS message.
$[message]$ - contains the actual text of the message.
|
|
|
Example
|
https://www.mydomain.com/smscallback?from=$[from]$&phonenumber=$[to]$&message=$[message]$
|
|