Added nexmo service instructions

This commit is contained in:
Erhan Justice 2014-10-15 18:23:18 -07:00
parent ea6e9190ed
commit 79572136ef
1 changed files with 4 additions and 0 deletions

View File

@ -1243,6 +1243,10 @@ class CPushMod : public CModule
{ {
PutModule("Note: Faast requires setting the secret to your apikey"); PutModule("Note: Faast requires setting the secret to your apikey");
} }
else if (value == "nexmo")
{
PutModule("Note: Nexmo requires setting the 'username' (to api key), 'secret' (to api secret), 'message_title' (to sender number in international format), and 'target' (to destination number in international format) options");
}
else else
{ {
PutModule("Error: unknown service name"); PutModule("Error: unknown service name");