aspSMS
aspSMS
aspSMS is a SMS provider that can be configured by using the generic API Transport. You need a token you can find on your personnal space.
Example:
| Config | Example |
|---|---|
| Transport type | Api |
| API Method | POST |
| API URL | https://soap.aspsms.com/aspsmsx.asmx/SimpleTextSMS |
| Options | UserKey=USERKEY Password=APIPASSWORD Recipient=RECIPIENT Originator=ORIGINATOR MessageText={{ $msg }} |