interface TwilioNodeParameters {
from?: string;
message?: string;
operation?: "send" | "make";
options?: { statusCallback?: string };
resource?: "call" | "sms";
to?: string;
toWhatsapp?: boolean;
twiml?: boolean;
}
Properties§
Source§readonly twiml?: boolean
readonly twiml?: boolean
Whether to use the Twilio Markup Language in the message
The number from which to send the message