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§
§
§
§
§
§
§
readonly from?: string
readonly message?: string
The message to send. Max. 1520 characters
readonly operation?: "send"
Default: "send"
readonly options?:
| {
delay?: string;
flash?: boolean;
foreign_id?: string;
label?: string;
performance_tracking?: boolean;
ttl?: number;
}
| { from?: string }
Default: {}
readonly resource?: "sms" | "voice"
Default: "sms"
readonly to?: string
The number of your recipient(s) separated by comma. Can be regular numbers or contact/groups from seven.
The caller ID displayed in the receivers display. Max 16 numeric or 11 alphanumeric characters.