Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Logic to send SMS via Twilio.

Description

This logic can be used to send SMS to one or more recipients via Twilio. In order to use this logic, a valid messenger profile must be configured (see Messenger Module).

Inputs

None

Outputs

None

Parameters

Name

Type

Mandatory/Optional

Description

Profile

TwilioSMSProfile

O

Messenger profile that is used to send the SMS (see Messenger Module).

If the profile name does not exist or if this parameter is blank, the first found Twilio SMS sdefinition will be used.

Recipient

string

O

One or more recipient addresses. Multiple addresses must be separated by comma “,”. If not used, the default recipient address from the profile configuration will be used.

Message

string

M

Message that shall be sent as SMS.

Possible trigger types

  • All

Article applies to the following products:

  • NETx BMS Platform, XLogic Library 1.0.11+

  • NETx Multi Protocol Server, XLogic Library 1.0.11+


  • No labels