The Nexmo module allows you to integrate into the AppMaster application the ability to send SMS messages to a provided number.
Installation and configuration
- API Key - API key that can be obtained in your Nexmo account (https://dashboard.nexmo.com/settings);
- API Secret - a private key that is used in conjunction with the API key to identify the user. You can also get it in your Nexmo account (https://dashboard.nexmo.com/settings);
- From number - number provided for Nexmo registration.
Associated business processes
The following business processes are automatically installed along with module installation:
- Nexmo.Send SMS - allows you to send messages to the specified number through the Nexmo module
- Phone [phone] - destination phone number;
- Content [string] - text message;
Usage example
Consider an example where the user enters a phone number and a message text, and the given message is sent to the specified number using the Nexmo module.
In the first step, after module’s installation and configuration, need to create an endpoint for Nexmo.Send SMS BP.
User interface looks like:
The BP reads the values from the Input Phone and Input Text components (converting it to a string using To String) and sends them to the created endpoint. An example of BP is shown below: