An android client for sending post requests when it receive SMS or MMS.
- Add routing data. *This is only what you do.
- When a message comes, it checks to see if it satisfies the condition. Send post request if it passes.
- It makes log including response status code.
Name | Description |
---|---|
from | Sender's number |
regex | Used for match message |
You can provide only one condition. If you provide both, the message must satisfy both.
Name | Description |
---|---|
authorization | Request header |
tags | Tokenized string by ',' which included in request body. ex) "A, B" -> ["A", "B"] |
urls | Url to reqeust. It can be several. |
MMS' title crashes when it contains korean characters.