nexmo@0.5.9
This adaptor exports the following from common:
- alterState()
- dataPath()
- dataValue()
- each()
- field()
- fields()
- fn()
- fnIf()
- lastReferenceValue()
- merge()
- sourceValue()
Functions
sendSMS
sendSMS(from, toNumber, message) ⇒ Operation
Sends an SMS message to a specific phone number
Param | Type | Description |
---|---|---|
from | String | Name or number the message should be sent from. |
toNumber | String | Destination phone number. |
message | String | Text message |
Example
sendSMS("OpenFn", "phoneNumber", "Hello World!")