- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Marketplace User Guide
Send SMS
UiPath.Upwire.Activities.SendSms
The Send SMS activity uses one of your Upwire purchased numbers or approved alphanumeric callerIDs (From) to send an SMS message to a specified number (To). In addition to a simple string messages, you can also send a PIN for authentication.
Dependency |
Details |
---|---|
Packages |
UiPath.Upwire.Activities |
Activities |
Attributes |
Details |
---|---|
Inputs (Variables) |
Applies to property: From,To, and Message |
Outputs (Variables) |
N/A |
Examples |
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
DisplayName
The display name of the activity.
Attributes |
Details |
---|---|
Type |
|
Required |
Yes |
Default value |
Send SMS |
Allowed values |
Enter a
String or
String variable.
|
Notes |
N/A |
From
The Upwire purchased number or approved alphanumeric callerID that the message is sent from.
Attributes |
Details |
---|---|
Type |
|
Required |
Yes |
Default value |
Send SMS |
Allowed values |
Enter a
String or
String variable.
|
Notes |
|
Message
The message content to send.
Attributes |
Details |
---|---|
Type |
|
Required |
Yes |
Default value |
Empty |
Allowed values |
Enter a
String or
String variable.
|
Notes |
To send a generated PIN, select the GeneratedPin checkbox and add [[PIN]] in the message string. |
To
The mobile number that you want to receive the message.
Attributes |
Details |
---|---|
Type |
|
Required |
Yes |
Default value |
Send SMS |
Allowed values |
Enter a
String or
String variable.
|
Notes |
|
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
Attributes |
Details |
---|---|
Type |
Checkbox |
Required |
No |
Default value |
Not Selected |
Allowed values |
Selected or Not Selected |
Notes |
N/A |
GeneratedPin
If selected, adding [[PIN]] in the Message is replaced with a generated code.
Attributes |
Details |
---|---|
Type |
Checkbox |
Required |
No |
Default value |
Not Selected |
Allowed values |
Selected or Not Selected |
Notes |
You must include [[PIN]] in the Message when this property is selected, otherwise the recipient will not see the generated code. |
GeneratedPin
The type of GeneratedPin that you want to generate.
Attributes |
Details |
---|---|
Type |
Drop-down list |
Required |
No (If GeneratedPin is selected, this property is required) |
Default value |
Numeric |
Allowed values |
Select either Numeric or Alphanumeric |
Notes |
N/A |