Gmail: Get Message
1通のメールの全内容(from, to, subject, date, 本文、添付ファイル名)を辞書変数に取得します。任意で本文テキストのみを別の変数に保存。
GmailGmailGetMessage
概要
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 | 任意 |