...
A Twilio account is required.
From your Twilio account console, note Account SID, Auth Token, and Phone number.
Configure Twilio Voice Message within the NETx Core Studio
In the Core Studio, open Modules > Messenger > [Live] Twilio Voice MessgeMessage.
Right-click to open the context menu and select Insert new definition to add a new profile.
Fill the following fields:
Profile: profile name
AccountSid: Account SID as in your Twilio console
AuthToken: Auth Token as in your Twilio console
SenderPhoneNumer: the Phone number as in your Twilio console
Save the definition table. Changes are immediately applied.
...
Set up an action that uses the Messenger.SendVoiceMessage XCommand.
Select the configured Twilio Voice Message profile and provide Recipient and Message.
Save the action.
Use this action in the desired alarm or conditional event.
...
XMessage is general LUA function that can be used to send notification and visualization message via LUA. For sending telegram Twilio voice messages, use the following parameter values:
...