ITMSFNCCustomCloudSMS Interface
Contract implemented by every SMS provider, describing how a message request is built, sent and parsed for that provider.
API unit family: TMSFNCCloudSMS
Extends: IInterface
Syntax
ITMSFNCCustomCloudSMS = interface(IInterface)
Methods
| Name | Description |
|---|---|
| AddHeaders | Adds the provider-specific HTTP headers required to authenticate and send a message. |
| DestroyCloudSMS | Releases the provider instance and any resources it holds. |
| IsValid | Returns whether the provider is configured with the credentials it needs to send messages. |
| Parse | Parses the raw response of a send request into the supplied request object, filling in its status, error message and items. |