...
method | parameters | return | |
---|---|---|---|
receive | Code Block | Stringusername,Stringpassword, Option[] criteria code | Message[] |
Polling criteria include:
...
Client can poll for incoming messages that have not been previously polled for by using the receiveUnpolled method. This method is the same as the receive method with the option value defaulted to unpolled. This method can be called using HTTP Get
Note |
---|
Only messages in response to SMS that have had a replyTo value set to "inbox:" will be retrieved. ||
method |
---|
...
parameters |
---|
...
return |
---|
...
receiveUnpolled | Code Block | String username, String password, | Message | []
---|