Gmail: Create Label
新しいラベルを作成します。既に存在する場合は既存のラベルIDを返します。ラベルIDを保存。
GmailGmailCreateLabel
概要
新しいラベルを作成します。既に存在する場合は既存のラベルIDを返します。ラベルIDを保存。
Create a new label. If it already exists, returns the existing label id. Stores the label id.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | gmail | Name of the connection created by 'Authorize Gmail'. |
| Label name | string | 必須 | 例: Invoices 変数に対応 | |
| Store label id in | variable | 任意 | 例: labelId |