Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A Twilio account is required.

  • From your Twilio account console, note Account SIDAuth Token, and Phone number.

    Image RemovedImage Added

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

    • AccountSidAccount SID as in your Twilio console

    • AuthTokenAuth 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:

...