Gmail: Search Messages
Gmailのクエリ構文(例: 'is:unread from:boss@x.com newer_than:7d')でメールボックスを検索し、一致をDataTable(messageId, threadId, from, to, subject, date, snippet)で返します。
GmailGmailSearchMessages
概要
Gmailのクエリ構文(例: 'is:unread from:boss@x.com newer_than:7d')でメールボックスを検索し、一致をDataTable(messageId, threadId, from, to, subject, date, snippet)で返します。
Search the mailbox with Gmail's query syntax (e.g. 'is:unread from:boss@x.com newer_than:7d') and return matches as a DataTable (messageId, threadId, from, to, subject, date, snippet).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | gmail | Name of the connection created by 'Authorize Gmail'. |
| Search query (Gmail syntax) | string | 任意 | Same syntax as the Gmail search box. Blank = all mail. 例: is:unread from:boss@example.com newer_than:7d 変数に対応 | |
| Label filter (optional) | string | 任意 | Only messages with these labels (names or ids, comma separated). e.g. INBOX, IMPORTANT, or a custom label name. 例: INBOX 変数に対応 | |
| Include spam & trash | dropdownNo · Yes | 任意 | No | |
| Max messages | number | 任意 | 50 | |
| Store DataTable in | variable | 必須 | messages |