Librenms Alert Transports Integration with Twilio Voice

Hi all, May I know how do I put these arguments inside Librenms API transport?

curl -X POST https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Calls.json
–data-urlencode “Url=http://demo.twilio.com/docs/voice.xml
–data-urlencode “To=+14155551212”
–data-urlencode “From=+15017122661”
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN

NVM. I’ve found the solution by tweaking a little bit on a twillio.php file.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.