Table of Contents

TTMSFNCCloudSMS Class

Component that sends text messages through Twilio, InfoBip, BulkSMS or Spryng.

API unit family: TMSFNCCloudSMS Inherits from: TTMSFNCCustomCloudSMS

Syntax

TTMSFNCCloudSMS = class(TTMSFNCCustomCloudSMS)

Remarks

Drop this component on a form, choose the provider through Service, supply the credentials, then call SendCloudSMS. Publishes the options and events declared by TTMSFNCCustomCloudSMS.

Properties

Name Description
APIKey API key used to authenticate with the selected provider. (inherited from TTMSFNCCustomCloudSMS)
ClientID Client identifier used by providers that authenticate with a client ID and secret pair. (inherited from TTMSFNCCustomCloudSMS)
CloudSMSInstance Read-only active provider instance backing the component. (inherited from TTMSFNCCustomCloudSMS)
CloudSMSProperties Read-only credential properties supplied to the active provider. (inherited from TTMSFNCCustomCloudSMS)
CloudSMSRequests History of send-message requests and their results. (inherited from TTMSFNCCustomCloudSMS)
Secret Secret used by providers that authenticate with a client ID and secret pair. (inherited from TTMSFNCCustomCloudSMS)
Service Provider used to send messages. (inherited from TTMSFNCCustomCloudSMS)

Methods

Name Description
SendCloudSMS Sends a text message through the selected provider and reports the result through OnSendCloudSMS and the optional callback. (inherited from TTMSFNCCustomCloudSMS)

Events

Name Description
OnSendCloudSMS Occurs when a send-message request completes, exposing the request and its result. (inherited from TTMSFNCCustomCloudSMS)