Gmail
Connect to Gmail to send and manage emails.
Modify Label to Email
Modify Label to Email
Modify a label to an email in gmail.
Delete Draft
Delete Draft
Delete an email draft using gmail’s api.
Create Email Draft
Create Email Draft
Create a draft email using gmail’s api.
Create Label
Create Label
Action to create a new label in gmail.
Delete Message
Delete Message
Delete an email message using gmail’s api. note: this action requires the integration to have the https://mail.google.com/
scope.
Get Gmail Attachment
Get Gmail Attachment
Get an attachment from a mail.
Fetch Message by Thread ID
Fetch Message by Thread ID
Fetch messages by thread id from gmail with pagination support. to use pagination, you can set the ‘pagetoken’ in the request to the value of the ‘nextpagetoken’ in the response of the previous action. the ‘nextpagetoken’ is returned in the response of this action (i.e ‘fetchmessagebythreadid’) if there are more results to be fetched. if not provided, the first page of results is returned.
Fetch Message by Message ID
Fetch Message by Message ID
Fetch messages by message id from gmail.
Fetch Emails
Fetch Emails
Action to fetch all emails from gmail.
List Threads
List Threads
Action to list threads in gmail. this action returns a list of threads and a page token to retrieve the next page of results. the next page token is returned in the response of this action (i.e ‘listthreads’) if there are more results to be fetched, which you can use in the ‘pagetoken’ field of the request to fetch the next page of results. if not available, the last page of results is returned.
Modify Thread Labels
Modify Thread Labels
Action to modify labels of a thread in gmail.
Get Contacts
Get Contacts
Action to get info of contacts saved in google for an authorized account. a custom integration with https://www.googleapis.com/auth/contacts.readonly
scope is required to use this action.
Remove Label
Remove Label
Action to remove a label in gmail.
Get People
Get People
Action to get contacts info of people.
List Drafts
List Drafts
List all email drafts using gmail’s api.
Reply to Email Thread
Reply to Email Thread
Get Profile
Get Profile
Get the profile of the authenticated user.
Search People
Search People
Provides a list of contacts in the authenticated user’s grouped contacts that matches the search query. the query matches on a contact’s names, nicknames, emailaddresses, phonenumbers, and organizations fields that are from the contact source. a custom integration with https://www.googleapis.com/auth/contacts.readonly
scope is required to use this action.
List Gmail Labels
List Gmail Labels
List all labels in the user’s gmail account.
Send Email
Send Email
Send an email using gmail’s api.
Move to Trash
Move to Trash
Move an email message to trash using gmail’s api.