Get Started
- Introduction
- Quickstart
Documentation
- Data Sources
- Business Objects
- Business Graph™
- Knowledge
- Query Agent
- Reports
- Subscriptions
- Destinations
- Tools
- Introduction
- Ably
- Acculynx
- Active campaign
- Affinity
- Agencyzoom
- Ahrefs
- Airtable
- Alchemy
- Amplitude
- Apaleo
- Apollo
- Asana
- Attio
- Bamboohr
- Bannerbear
- Baserow
- Bill
- Bitbucket
- Blackboard
- Bolna
- Borneo
- Box
- Brevo
- Browseai
- Browserbase tool
- Bugbug
- Cal
- Calendly
- Canva
- Canvas
- Chatwork
- Clickup
- Coda
- Codeinterpreter
- Coinbase
- Composio
- Composio search
- Confluence
- Contentful
- Crustdata
- D2lbrightspace
- Dialpad
- Discord
- Discordbot
- Docusign
- Dropbox
- Dynamics365
- Echtpost
- Elevenlabs
- Entelligence
- Exa
- Excel
- Figma
- Firecrawl
- Fireflies
- Flutterwave
- Formsite
- Foursquare
- Freshdesk
- Github
- Gmail
- Gong
- Google maps
- Googleads
- Googlebigquery
- Googlecalendar
- Googledocs
- Googledrive
- Googlemeet
- Googlephotos
- Googlesheets
- Googlesuper
- Googletasks
- Gorgias
- Hackernews
- Heygen
- Hubspot
- Humanloop
- Intercom
- Jira
- Junglescout
- Klaviyo
- Kommo
- Linear
- Linkedin
- Linkhut
- Linkup
- Listennotes
- Lmnt
- Mailchimp
- Mem0
- Metaads
- Microsoft clarity
- Microsoft teams
- Mixpanel
- Monday
- More trees
- Neon
- Ngrok
- Notion
- One drive
- Onepage
- Open sea
- Outlook
- Pagerduty
- Pandadoc
- Peopledatalabs
- Perplexityai
- Pipedrive
- Placekey
- Posthog
- Quickbooks
- Ramp
- Recallai
- Reddit
- Resend
- Retellai
- Rocketlane
- Rootly
- Salesforce
- Semanticscholar
- Semrush
- Sendgrid
- Sentry
- Serpapi
- Servicenow
- Share point
- Shopify
- Shortcut
- Simplesat
- Slack
- Slack user
- Slackbot
- Snowflake
- Stripe
- Supabase
- Tavily
- Text to pdf
- Textrazor
- Tinyurl
- Todoist
- Trello
- Twitter
- Twitter media
- Typefully
- Weathermap
- Webflow
- Whatsapp
- Workiom
- Wrike
- Yousearch
- Youtube
- Zendesk
- Zenrows
- Zoho
- Zoom
- Zoominfo
- Admin
Changelog
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 a new google sheet.
Create a google meet space!
Create a new event in a google calendar.
Create a new task list in google tasks.
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 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.
Action to create a new label in gmail.
Create a file from text. max 10mb in size.
Action to duplicate a google calendar based on the provided summary. the duplicated calendar can be used similarly to manage other goals.
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 values from a specified range in a spreadsheet.
Clear all completed tasks from the specified task list in google tasks.
Adds an enrichment at a specified position in a defined album.
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 an email draft using gmail’s api.
Download a file.
Getcustomerlists tool will list all customer lists in google ads.
Edit a file. max 10mb in size.
Find free slots in a google calendar based on for a specific time period.
Returns the album based on the specified albumid.
Action to get the current date and time of a specified timezone, given its utc offset value.
Finds or creates a specific document.
Get an attachment from a mail.
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" )
Downloads a media item from google photos and returns it as a file.
Add file sharing preferences, including domain-level permissions requiring a domain field.
Copy a file
Fetch messages by message id from gmail.
Retrieve information about an existing google sheet.
Retrieve details of a google meet space.
Action to fetch all emails from gmail.
Get all the worksheet names in a spreadsheet. note: use this action to get valid sheet names before using any other action.
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
Retrieve the specified task from the task list in google tasks.
Action to fetch a calendar based on the provided calendar id.
Creates a new album in google photos.
Action to get contacts info of people.
Get a task list in google tasks.
Retrieve transcripts by conference record id.
Getcampaignbyid tool will return details of a campaign in google ads.
Createcustomerlist tool will create a customer list in google ads.
Modify a label to an email in gmail.
List all labels in the user’s gmail account.
Lists all media items from a user’s google photos library.
Action to list all google calendars from the user’s calendar list with pagination.
Create a new task on the specified task list in google tasks.
Lists all albums shown to a user in the albums tab of google photos.
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 the profile of the authenticated user.
List all task lists of an authenticated user in google tasks.
Lookup a row in a specific spreadsheet by a column and value.
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
Move an email message to trash using gmail’s api.
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.
Action to modify labels of a thread in gmail.
Adds one or more media items to an album in google photos.
Searches for places near a specified location using google maps places api.
Retrieve recordings by conference record id.
List all email drafts using gmail’s api.
Retrieve all tasks in the specified task list from google tasks.
Find events in a google calendar based on a search query.
Unified action to upload media files and create them as items in google photos.
Perform a batch get on a specific spreadsheet. note: if ranges aren’t provided, data from the first sheet will be returned.
Creates a new google docs document with an optional title and text.
Creates a new google docs document with an optional title and text.
Returns the list of media items for the specified media item identifiers.
Delete an event from a google calendar.
Delete the specified task from the task list in google tasks.
Find folder
Delete folder or file
Create a draft email using gmail’s api.
Delete a task list in google tasks.
Delete an email message using gmail’s api. note: this action requires the integration to have the https://mail.google.com/
scope.
Find files present in google drive. can be used to search for files by name and content.
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. max 10mb in size. <<DEPRECATED use DOWNLOAD_FILE>>
Remove an attendee from an existing event in a google calendar.
Action to remove a label in gmail.
Update an existing event in a google calendar.
Action to reply to an email thread in gmail.
Updates an existing google docs document with the provided edits.
Update the authenticated user’s specified task list in google tasks.
Update the specified task in the task list in google tasks.
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 a file to google drive. max file size is 5mb.
Updates a media item’s description in google photos.
Upload a media file to google photos. supports images (up to 200mb) and videos (up to 20gb).
Searches for places using a text query in google maps places api.
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 an email using gmail’s api.
Searches for media items in a user’s google photos library.
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.
Updates an existing google docs document created using markdown with the new markdown text.