A Nexmo plugin for Converse AI.
The plugin presently supports:
- Sending an SMS Message
- Send a Verify PIN code
- Check a Verify PIN code
Clone the Nexmo plugin
git clone git@github.com:Nexmo/nexmo-converseai.git
cd nexmo-converseaiCreate a .env file by copying the existing example.env:
cp example.env .envFill out the configuration values. In order to do this you will need a Nexmo account and you may also need to buy a phone number from Nexmo via the Nexmo dashboard.
Deploy the plugin to your Converse AI account:
converse-cli deploySee the Converse AI documentation on plugin development.
Create a .env file by copying the existing example.env:
cp example.env .envFill out the configuration values.
Run the test and have your phone standing by.
npm testTests are run via test/modules/all.js to ensure the sequence of the tests.
Some of the tests are commented out since test are run upon deployment of the Nexmo plugin (via running converse-cli deploy) but the test reply on collecting data from the terminal and you cannot do that during the deployment process.