Gmail profile for email draft list.
Implements: List email drafts (org.intentschema.communication.email.draft.list.v1)
| Field | Type | Description |
|---|---|---|
target * | Target | (system = "gmail", required: system) |
object | object |
object| Field | Type | Description |
|---|---|---|
filter | object | |
limit | integer (minimum 1; maximum 500; default 50) | |
cursor | string |
filter| Field | Type | Description |
|---|---|---|
after | string (date-time) | |
before | string (date-time) | |
subject_contains | string |
| Field | Type | Description |
|---|---|---|
items * | object[] | |
next_cursor | string |
| Field | Value |
|---|---|
base_url | https://gmail.googleapis.com |
method | GET |
path | /gmail/v1/users/me/drafts |
scopes | https://www.googleapis.com/auth/gmail.readonly |
docs | https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/list |
| Intent field | API parameter |
|---|---|
object.limit | maxResults |
object.cursor | pageToken |