Gmail: Get Message
1通のメールの全内容(from, to, subject, date, 本文、添付ファイル名)を辞書変数に取得します。任意で本文テキストのみを別の変数に保存。
概要
Gmail: Get Message は、AutoFlowRPA の Gmail カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 4 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
1通のメールの全内容(from, to, subject, date, 本文、添付ファイル名)を辞書変数に取得します。任意で本文テキストのみを別の変数に保存。
Fetch a single message's full content (from, to, subject, date, body and attachment names) into a dictionary variable. Optionally stores just the body text in a second variable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | gmail | Name of the connection created by 'Authorize Gmail'. |
| Message id | string | 必須 | 変数に対応 | |
| Store message (dict) in | variable | 必須 | ||
| Store body text in (optional) | variable | 任意 |
Gmail: Get Message コマンドの使い方
- 1
AutoFlowRPAを開き、GmailグループからGmail: Get Messageコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。Gmail: Get Messageには設定可能な項目が4個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
Gmail: Get Message コマンドは何をしますか?
1通のメールの全内容(from, to, subject, date, 本文、添付ファイル名)を辞書変数に取得します。任意で本文テキストのみを別の変数に保存。
Gmail: Get Message コマンドはどのグループに属しますか?
Gmail: Get MessageはGmailグループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
Gmail: Get Message コマンドにパラメータはありますか?
はい。Gmail: Get Messageには設定可能な項目が4個あり、ビジュアルノードエディタで編集できます。