Send an One Time Password (OTP) via the Twilio SMS gateway
Problem this snippet solves: This snippet makes it possible to send an One Time Password (OTP) via the Twilio SMS gateway. This snippet uses iRuleLX and the node.js twilio package to interact with t...
Updated Jun 06, 2023
Version 2.0AdamM07_249516
Aug 15, 2018Nimbostratus
Niels,
I keep getting the error "Unable to find app_project (plugin_twilio) when applying the iRule to a VIP.
I have the following directory:
/var/ilx/workspaces/Common/workspace_twilio/extensions/extension_twilio
Under it I have:
- index.js (With the nodejs script from above in it)
- node_modules directory
- lib directory
- package.json ( pulled from https://github.com/F5Networks/f5-cloud-libs/blob/master/package.json)
Any ideas?