DCB Connector client interface

interface DCBClient {
    sendTemplateSms: ((msisdn, templateID, templateParams, operatorCode, countryID, transactionID) => Dict);
}

Properties

Properties

sendTemplateSms: ((msisdn, templateID, templateParams, operatorCode, countryID, transactionID) => Dict)

Type declaration

    • (msisdn, templateID, templateParams, operatorCode, countryID, transactionID): Dict
    • Parameters

      • msisdn: string

        phone number

      • templateID: string

        short message template

      • templateParams: Dict

        parameter values of short message template

      • operatorCode: string

        operator code, optional

      • countryID: string

        country code, optional

      • transactionID: string

        transaction ID, optional

      Returns Dict