This activity has been deprecated so it won’t receive any update any more. It's not visible in the workflow designer but workflows which are using it will continue to work fine. Use the activity CommunicationHubs.SendSmsMessage instead

SendV2

Description

This activity allows to send sms.


Credentials

Password InArgument<String> REQUIRED

The password for the SMS service Login. To know how to get your credentials contact our staff.

UserId InArgument<String> REQUIRED

The userId for the SMS service Login. To know how to get your credentials contact our staff.


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.

MobilePhoneNumber InArgument<String>

The single phone number which will receive the message.

MobilePhoneNumbers InArgument<List<String>>

The multiple phone numbers which will receive the message.

Sender InArgument<String>

The phone number from which to send the message.

WfEventExternalIdCallback InArgument<String>

Define a Workflow ExternalId Event to launch when the SMS operation will be completed. Requires the 'SMSListener' DocsMarshalPortal Plugin. Read more on the documentation.

SMS will be sent asynchronously, so you can define a workflow by its event externalId that should start to let you know when the SMS send operation will be completed.
Informations related to the send operation will be passed as process arguments.
Note: In order to be able to use this function you must include in your Portal the 'SMSListener' Plugin, that you can request to your reseller.

Output

MessageId OutArgument<String>