Interface Sms77NodeParameters

Source
interface Sms77NodeParameters {
    from?: string;
    message?: string;
    operation?: "send";
    options?:
        | {
            delay?: string;
            flash?: boolean;
            foreign_id?: string;
            label?: string;
            performance_tracking?: boolean;
            ttl?: number;
        }
        | { from?: string };
    resource?: "sms" | "voice";
    to?: string;
}

Properties§

Source§

readonly from?: string

The caller ID displayed in the receivers display. Max 16 numeric or 11 alphanumeric characters.

Source§

readonly message?: string

The message to send. Max. 1520 characters

Source§

readonly operation?: "send"

Default: "send"

Source§

readonly options?:
    | {
        delay?: string;
        flash?: boolean;
        foreign_id?: string;
        label?: string;
        performance_tracking?: boolean;
        ttl?: number;
    }
    | { from?: string }

Default: {}

Source§

readonly resource?: "sms" | "voice"

Default: "sms"

Source§

readonly to?: string

The number of your recipient(s) separated by comma. Can be regular numbers or contact/groups from seven.