twilioFunctionsOn this pagetwilio@0.5.2FunctionssendSMSsendSMS(params) ⇒ OperationSends an SMS message to a specific phone numberParamTypeDescriptionparamsObjectan object containing 'body', 'from', and 'to' keys.ExamplesendSMS({ body: dataValue('sampleText'), from: dataValue('myFromNumber'), to: dataValue('ukMobile'),});