Gmail: Create Draft
下書きメール(未送信)をDraftsフォルダーに作成します。新しい下書きIDを保存。
GmailGmailCreateDraft
概要
下書きメール(未送信)をDraftsフォルダーに作成します。新しい下書きIDを保存。
Create a draft email (not sent) in the Drafts folder. Stores the new draft 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 draft id in | variable | 任意 | 例: draftId |