The features on this page require an add-on to work with GENESIS64 Basic SCADA. |
The following provides information on how to set up a Vonage Plugin in ICONICS WebAPI.
Add these environment variables:
Ico_Nexmo_Signature - Go to https://dashboard.nexmo.com/settings and copy the signature secret and add it as an environment variable with name Ico_Nexmo_Signature.
Ico_Nexmo_Method - Go to https://dashboard.nexmo.com/settings and mention the Ico_Nexmo_Method variable selected there as a number based on below list:
md5hash = 0,
md5 = 1,
sha1 = 2,
sha256 = 3,
sha512 = 4
Ico_Nexmo_Username - The Workbench Security User’s name. At a minimum, it should have permission to arpm:ReplyManager and arpm:StatusManager methods
Ico_Nexmo_Password - The Workbench Security User’s password.
Note: Alternatively, instead of setting a specific user and password for three plugins (Twilio, Nexmo, SendGrid), you can instead set one user and mention that user’s name and password as the two environment variables below:
Ico_Cfs_Username
Ico_Cfs_Password
They need permissions for the two methods below for Nexmo and Twilio to work:
arpm:\ReplyManager and
arpm:\StatusManager
Additionally, for SendGrid, you need to add permissions for:
arpm:\ReplyManagerEmail and
arpm:\StatusManagerEmail
See Also: