gmailr (version 0.7.1)

draft: Get a single draft

Description

Function to retrieve a given draft by <-

Usage

draft(id, user_id = "me", format = c("full", "minimal", "raw"))

Arguments

id

draft id to access

user_id

gmail user_id to access, special value of 'me' indicates the authenticated user.

format

format of the draft returned

References

https://developers.google.com/gmail/api/v1/reference/users/drafts/get

See Also

Other draft: drafts, send_draft

Examples

Run this code
# NOT RUN {
my_draft = draft('12345')
# }

Run the code above in your browser using DataCamp Workspace