Gmail: Send Email
メール(To/Cc/Bcc、件名、テキストまたはHTML本文、任意の添付ファイル)を送信します。新しいメッセージIDを保存。
GmailGmailSendEmail
概要
メール(To/Cc/Bcc、件名、テキストまたはHTML本文、任意の添付ファイル)を送信します。新しいメッセージIDを保存。
Send an email (To/Cc/Bcc, subject, plain-text or HTML body and optional file attachments). Stores the new message id.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | gmail | Name of the connection created by 'Authorize Gmail'. |
| To | string | 必須 | One or more addresses (comma separated). 例: alice@example.com, bob@example.com 変数に対応 | |
| Cc (optional) | string | 任意 | 変数に対応 | |
| Bcc (optional) | string | 任意 | 変数に対応 | |
| Subject | string | 必須 | 変数に対応 | |
| Body | multiline | 任意 | 変数に対応 | |
| Body format | dropdownPlain text · HTML | 任意 | Plain text | |
| Attachments (optional) | string | 任意 | One or more local file paths, comma separated. 例: C:/reports/q1.pdf, C:/img/logo.png 変数に対応 | |
| Store message id in | variable | 任意 | 例: messageId |