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:
@ -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.
|
||||
|
Reference in New Issue
Block a user