4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-07-03 21:57:43 +00:00

add test action to server api page, fix broken link

This commit is contained in:
Jesse Young
2011-09-27 15:47:02 -07:00
parent 132185684e
commit 43ed6bd2da
6 changed files with 20 additions and 10 deletions

View File

@ -219,7 +219,7 @@ The following parameters are sent in all POST requests from EnvayaSMS:
are running EnvayaSMS.
</dd>
<dt>"action" ::= "outgoing" | "incoming" | "send_status"</dt>
<dt>"action" ::= "outgoing" | "incoming" | "send_status" | "test"</dt>
<dd>
The request action determines the purpose of the HTTP request:
@ -233,12 +233,17 @@ The following parameters are sent in all POST requests from EnvayaSMS:
<dd>
Forward an incoming SMS or MMS message to the server
</dd>
<dt>"send_status":</dt>
<dd>
Update the server on the status of sending an outgoing message
</dd>
<dt>"test":</dt>
<dd>
Test the server connection.
</dd>
</dl>
The other POST parameters sent depend on the request action.