- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- 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 Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発

Marketplace ユーザー ガイド
クイックスタート
概要
The purpose of this guide is to help you create a working sample of the Send SMS and Start Job activities. This working sample enables you to quickly verify the connection to your Upwire account and get familiar with the activity's input/output datatypes.
このページの手順を完了すると、以下のアクションを実行するオートメーション シーケンスが使用できるようになります。
- Establishes a connection to your Upwire account via the Upwire Scope activity.
- Starts a job that runs a Send SMS template flow via the Start Job activity (your mobile will receive an SMS message)
- Sends a second SMS message (after the Send SMS template flow) via the Send SMS activity (your mobile will receive a second SMS message).
前提条件
はじめる前に
- Complete the Upwire Setup steps.
- 新しいオートメーション プロジェクトを作成します。
-
UiPath Studio を開きます。
-
[新しいプロジェクト] の [プロセス] をクリックします ([新しい空のプロセス] ウィンドウが開きます)。
-
プロジェクトの [名前]、[場所]、[説明] を入力します。
-
[Create] をクリックします。

-
- Install the UiPath.Upwire.Activities package.
- [デザイン] リボンの [パッケージを管理] をクリックします ([パッケージを管理] ウィンドウが開きます)。
- [すべてのパッケージ] の下の [Go!] をクリックします。
- In the Search bar, enter Upwire.
- Click, install and accept the license for the UiPath.Upwire.Activities.
-
For more information about Uipath Studio packages, see Managing Packages in the Studio Guide.

-
手順
Create an SMS flow template
Upwireアクティビティのデモと検証を行うために、最初にUpwireアカウントでシンプルな Send SMS フローテンプレートを作成します。
- Login to your Upwire account.
- From your account dashboard, click the Start an SMS, Voice and Email flow icon.
- Enter a Project Name (e.g. UpwireQuickstart),
- Under Where will the data for the UpwireQuickstart project come from?, click the Use our Builder icon and click the down arrow to proceed (you will do this after each step).
- Under Build Data Table, remove all default variables except for mobile and name.
- Under Contact details, click the SMS icon and select mobile.
- Under Select or Unselect columns that you wish to include for message personalization, select name and unselect mobile.
- Under What kind of service would you like to start with, select the SMS Template icon (this opens your new flow template)
- ページ中央の電話のアイコンをクリックします。
- Click the Open Builder icon.
- Assign an Upwire number to the template (if you don't see a number available, click the Buy new number link) and enter an SMS message that you want to send (e.g., Hello from Upwire).
-
Take note of or copy the Template ID. You'll need this value for the Start Job activity you'll add in the next section of this guide.

-
Schedule your template
If you haven't already, follow the Setup steps to schedule your template to wait for API call.
プロジェクトをビルドする
- Add the Upwire Scope activity to your project.
- Enter your Upwire account Username.
- In the Passtoken property, enter your Upwire account
passcode.- アカウント
passtokenが、ユーザー名に関連付けられているパスワードとは異なります。 - For more information and to see how to find your
passtoken, see Get your account passcode in the Setup guide
- アカウント
- Add the Start Job activity after the Upwire Scope activity.
- Enter the TemplateID of the template you created in the steps above.
- In the Data property, create a
Collectionthat includes a mobileStringvariable (i.e., the variables you added under Build Data Table in step 3 above).- アクティビティが成功したかどうかを検証するには、モバイル番号を既定値として持つ
String変数を作成します (国コードを含む、数字間にスペースやダッシュは含まない)。 - Enter your
Stringvariable as the value for the mobile variable you entered in yourCollection.
- アクティビティが成功したかどうかを検証するには、モバイル番号を既定値として持つ
- Create and enter a
Stringvariable for the JobID.
- Add the Send SMS activity after the Start Job activity.
-
In the From property, enter the number you assigned to your Send SMS template in step 9 above.
-
In the To property, enter your mobile number
Stringvariable. -
Enter the Message that you want to send to your mobile. In our example, we entered: "Job: " +jobID+ " completed successfully!"

-
Run your project
- Click Run and verify that you receive 2 SMS messages to your mobile phone:
- Hello from Upwire (i.e., the message content entered in the Send SMS flow template)
- Job: VALUE completed successfully! (i.e., the content you entered in the Send SMS activity's Message property).
完了です!
To learn more about the Upwire activities, see the Activities page for a complete activity list and links to the activity detail pages.