Googlesuper
Google Super App combines all Google services including Drive, Calendar, Gmail, Sheets, Analytics, Ads, and more, providing a unified platform for seamless integration and management of your digital life.
Create Google Sheet
Create Google Sheet
Create a new google sheet.
Create Meet
Create Meet
Create a google meet space!
Create Event
Create Event
Create a new event in a google calendar.
Create Task List
Create Task List
Create a new task list in google tasks.
Batch Update Spreadsheet
Batch Update Spreadsheet
Perform a batch update operation on a specified google sheets spreadsheet. note: if no first cell location is provided, the values will be appended to the first empty row of the sheet from the top.
Create Folder
Create Folder
Create a new folder in google drive. if parent id is provided, it must be a valid google drive folder id. the folder will be created in the root directory if no parent id is specified.
Create Label
Create Label
Action to create a new label in gmail.
Create a File from Text
Create a File from Text
Create a file from text. max 10mb in size.
Duplicate Calendar
Duplicate Calendar
Action to duplicate a google calendar based on the provided summary. the duplicated calendar can be used similarly to manage other goals.
Format Cell
Format Cell
Apply formatting to a specified range of cells in a google sheets spreadsheet. note: the current implementation incorrectly uses logic for updating cell values. this needs to be refactored.
Clear Spreadsheet Values
Clear Spreadsheet Values
Clear values from a specified range in a spreadsheet.
Clear Tasks
Clear Tasks
Clear all completed tasks from the specified task list in google tasks.
Add Enrichment
Add Enrichment
Adds an enrichment at a specified position in a defined album.
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.
Delete Draft
Delete Draft
Delete an email draft using gmail’s api.
Download a File from Google Drive
Download a File from Google Drive
Download a file.
Get customer lists
Get customer lists
Getcustomerlists tool will list all customer lists in google ads.
Edit File
Edit File
Edit a file. max 10mb in size.
Find Free Slots
Find Free Slots
Find free slots in a google calendar based on for a specific time period.
Get Album
Get Album
Returns the album based on the specified albumid.
Get Current Date and Time
Get Current Date and Time
Action to get the current date and time of a specified timezone, given its utc offset value.
Get Or Create Document By Id
Get Or Create Document By Id
Finds or creates a specific document.
Get Gmail Attachment
Get Gmail Attachment
Get an attachment from a mail.
Get Directions
Get Directions
Requires: valid google maps api key gets directions between locations using google maps directions api. this action provides detailed directions between two points, including: - turn-by-turn navigation steps - distance and duration for each step - alternative routes when available - support for waypoints - different travel modes examples: python # basic direction request request = getdirectionrequest( origin="disneyland", destination="universal studios hollywood" ) # complex route with waypoints and preferences request = getdirectionrequest( origin="los angeles airport", destination="santa monica pier", waypoints="venice beach,getty center", mode="driving", avoid="highways", units="metric" )
Download Photos Media Item
Download Photos Media Item
Downloads a media item from google photos and returns it as a file.
Add File Sharing Preference
Add File Sharing Preference
Add file sharing preferences, including domain-level permissions requiring a domain field.
Copy File
Copy File
Copy a file
Fetch Message by Message ID
Fetch Message by Message ID
Fetch messages by message id from gmail.
Get Spreadsheet Info
Get Spreadsheet Info
Retrieve information about an existing google sheet.
Get Meet Details
Get Meet Details
Retrieve details of a google meet space.
Fetch Emails
Fetch Emails
Action to fetch all emails from gmail.
Get Sheet Names
Get Sheet Names
Get all the worksheet names in a spreadsheet. note: use this action to get valid sheet names before using any other action.
Get Route
Get Route
Computes routes between two points using google maps routes api. this action calculates routes between two locations, taking into account: - real-time traffic conditions (when routingpreference is traffic aware) - route preferences (avoiding tolls, highways, ferries) - alternative routes (when computealternativeroutes is true) - different travel modes (driving, walking, cycling, etc.) the response includes details like: - total distance in meters - estimated duration - encoded polyline for route visualization
Get Task
Get Task
Retrieve the specified task from the task list in google tasks.
Fetch Google Calendar
Fetch Google Calendar
Action to fetch a calendar based on the provided calendar id.
Create Album
Create Album
Creates a new album in google photos.
Get People
Get People
Action to get contacts info of people.
Get Task List
Get Task List
Get a task list in google tasks.
Get Transcripts by Conference Record ID
Get Transcripts by Conference Record ID
Retrieve transcripts by conference record id.
Get Campaign By Id
Get Campaign By Id
Getcampaignbyid tool will return details of a campaign in google ads.
Create customer list
Create customer list
Createcustomerlist tool will create a customer list in google ads.
Modify Label to Email
Modify Label to Email
Modify a label to an email in gmail.
List Gmail Labels
List Gmail Labels
List all labels in the user’s gmail account.
List Media Items
List Media Items
Lists all media items from a user’s google photos library.
List Google Calendars
List Google Calendars
Action to list all google calendars from the user’s calendar list with pagination.
Insert Task
Insert Task
Create a new task on the specified task list in google tasks.
List Albums
List Albums
Lists all albums shown to a user in the albums tab of google photos.
Add or remove to customer list
Add or remove to customer list
Addorremovetocustomerlist tool will add a contact to a customer list in google ads. note: it takes 6 to 12 hours for changes to be reflected in the customer list.
Get Profile
Get Profile
Get the profile of the authenticated user.
List Task Lists
List Task Lists
List all task lists of an authenticated user in google tasks.
Lookup Spreadsheet Row
Lookup Spreadsheet Row
Lookup a row in a specific spreadsheet by a column and value.
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.
Get Conference Record by Space Name, Meeting Code, Start Time, End Time
Get Conference Record by Space Name, Meeting Code, Start Time, End Time
Get conference record by space name, meeting code, start time, end time
Move to Trash
Move to Trash
Move an email message to trash using gmail’s api.
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.
Modify Thread Labels
Modify Thread Labels
Action to modify labels of a thread in gmail.
Batch Add Media Items
Batch Add Media Items
Adds one or more media items to an album in google photos.
Nearby Search
Nearby Search
Searches for places near a specified location using google maps places api.
Get Recordings by Conference Record ID
Get Recordings by Conference Record ID
Retrieve recordings by conference record id.
List Drafts
List Drafts
List all email drafts using gmail’s api.
List Tasks
List Tasks
Retrieve all tasks in the specified task list from google tasks.
Find Event
Find Event
Find events in a google calendar based on a search query.
Batch Create Media Items
Batch Create Media Items
Unified action to upload media files and create them as items in google photos.
Batch Get Spreadsheet
Batch Get Spreadsheet
Perform a batch get on a specific spreadsheet. note: if ranges aren’t provided, data from the first sheet will be returned.
Create Document
Create Document
Creates a new google docs document with an optional title and text.
Create Document Markdown
Create Document Markdown
Creates a new google docs document with an optional title and text.
Batch Get Media Items
Batch Get Media Items
Returns the list of media items for the specified media item identifiers.
Delete Event
Delete Event
Delete an event from a google calendar.
Delete Task
Delete Task
Delete the specified task from the task list in google tasks.
Find Folder
Find Folder
Find folder
Delete Folder or File
Delete Folder or File
Delete folder or file
Create Email Draft
Create Email Draft
Create a draft email using gmail’s api.
Delete Task List
Delete Task List
Delete a task list in google tasks.
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.
Find Files
Find Files
Find files present in google drive. can be used to search for files by name and content.
Patch Calendar
Patch Calendar
Action to update a google calendar based on the provided calendar id and other required and optional parameters. note that ‘summary’ is a mandatory parameter. use googlecalendar list calendars action to get the list of calendars and their ids.
Parse a File from Google Drive
Parse a File from Google Drive
Parse a file. max 10mb in size. <<DEPRECATED use DOWNLOAD_FILE>>
Remove Attendee from Event
Remove Attendee from Event
Remove an attendee from an existing event in a google calendar.
Remove Label
Remove Label
Action to remove a label in gmail.
Update Google Event
Update Google Event
Update an existing event in a google calendar.
Reply to Email Thread
Reply to Email Thread
Update Existing Document
Update Existing Document
Updates an existing google docs document with the provided edits.
Patch Task List
Patch Task List
Update the authenticated user’s specified task list in google tasks.
Patch Task
Patch Task
Update the specified task in the task list in google tasks.
Quick Add Event
Quick Add Event
Create a new event in a google calendar based on a simple text string like ‘appointment at somewhere on june 3rd 10am-10:25am’ you can only give title and timeslot here. no recurring meetings and no attendee can be added here. this is not a preferred endpoint. only use this if no other endpoint is possible.
Upload File
Upload File
Upload a file to google drive. max file size is 5mb.
Update Media Item
Update Media Item
Updates a media item’s description in google photos.
Upload Media
Upload Media
Upload a media file to google photos. supports images (up to 200mb) and videos (up to 20gb).
Text Search
Text Search
Searches for places using a text query in google maps places api.
Sheet From Json
Sheet From Json
Create a new google sheet from a json object. this action takes a json structure and converts it into a google sheet where: - the first row contains the keys as headers - subsequent rows contain the corresponding values - all rows must have the same structure (keys) args: title (str): the title of the new google sheet sheet name (str): name of the worksheet within the spreadsheet sheet json (list[dict]): list of dictionaries with consistent keys
Send Email
Send Email
Send an email using gmail’s api.
Search Media Items
Search Media Items
Searches for media items in a user’s google photos library.
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.
Update Document Markdown
Update Document Markdown
Updates an existing google docs document created using markdown with the new markdown text.