Skip to main content

nexmo@0.4.3

sendSMS

sendSMS(from, toNumber, message) ⇒ Operation Sends an SMS message to a specific phone number

Kind: global function
Access: public

ParamTypeDescription
fromStringName or number the message should be sent from.
toNumberStringDestination phone number.
messageStringText message

Example

sendSMS("OpenFn", "phoneNumber", "Hello World!")