interface Msg91NodeParameters {
from?: string;
message?: string;
operation?: "send";
resource?: "sms";
to?: string;
}
interface Msg91NodeParameters {
from?: string;
message?: string;
operation?: "send";
resource?: "sms";
to?: string;
}
The number from which to send the message