SendSmsTextMessage

Description

Activity for sending SMS plain text message


CommunicationHub

CommunicationHubExternalId InArgument<String>

The externalId of the CommunicationHub to use. If no hub is provided it will be used the one configurated in the GlobalConfiguration or if there is only one hub it will be used.

IdCommunicationHub InArgument<Guid?>

The id of the CommunicationHub to use. If no hub is provided it will be used the one configurated in the GlobalConfiguration or if there is only one hub it will be used.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Input

Message InArgument<String> REQUIRED

The text of the message.

Recipient InArgument<String>

The single phone number which will receive the message.

Recipients InArgument<List<String>>

The multiple phone numbers which will receive the message.

Sender InArgument<String>

The phone number from which to send the message.


Output

MessageId OutArgument<String>