Skip to main content

Gmail

Gmail is the email service provided by Google.

Configuration

InputTypeDescriptionDefault Value
client_idstringOAuth Client ID.
client_secretstringOAuth Client Secret.
client_refresh_tokenstringRefresh token.
include_spam_and_trashbooleanInclude Spam & Trash. Include drafts/messages from SPAM and TRASH in the results. Defaults to false.false

Note that this connector uses the Google API OAuth2.0 for authentication. To get started, follow the steps here to retrieve client_id and client_secret. See here for more detailed guide on the OAuth flow to retrieve the client_refresh_token.

Also note that the scope required here is https://www.googleapis.com/auth/gmail.readonly

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
profileNo pagination
draftsidDefaultPaginator
labelsidNo pagination
labels_detailsidNo pagination
messagesidDefaultPaginator
messages_detailsidNo pagination
threadsidDefaultPaginator
threads_detailsidNo pagination

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12024-10-09Initial release by @topefolorunso via Connector Builder
Was this page helpful?