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;
}
The caller ID displayed in the receivers display. Max 16 numeric or 11 alphanumeric characters.