Interface Msg91NodeParameters

Source
interface Msg91NodeParameters {
    from?: string;
    message?: string;
    operation?: "send";
    resource?: "sms";
    to?: string;
}

Properties§

Source§

readonly from?: string

The number from which to send the message

Source§

readonly message?: string

The message to send

Source§

readonly operation?: "send"

Default: "send"

Source§

readonly resource?: "sms"

Default: "sms"

Source§

readonly to?: string

The number, with coutry code, to which to send the message