
Gmail API Integration Profile
Information and guides about integrating with Gmail API
Add Gmail Integration to Your ProductGmail Users Drafts Get in Gmail API
Gets the specified draft.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
User Id | pathParameters.userId | string | |
Id | pathParameters.id | string | |
Query | query | object | |
Format | query.format | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Id | id | string | The immutable ID of the draft. |
Message | message | object | An email message. |
Id | message.id | string | The immutable ID of the message. |
Thread Id | message.threadId | string | The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met: 1. The requested `threadId` must be specified on the `Message` or `Draft.Message` you supply with your request. 2. The `References` and `In-Reply-To` headers must be set in compliance with the [RFC 2822](https://tools.ietf.org/html/rfc2822) standard. 3. The `Subject` headers must match. |
Label Ids | message.labelIds | array of strings | List of IDs of labels applied to this message. |