Build it
What do you want Gmail and Zoom to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Gmail and Zoom
Triggers and actions 17 triggers · 40 actions
Trigger
Email SentFires when an email is sent from the mailbox (optionally filtered by query). Managed by Composio (server-side poll; ~15 min floor).
Trigger
New Gmail MessageFires when a new email arrives (optionally filtered by query/labels). Managed by Composio (server-side poll; ~15 min floor).
Action
Add Label To EmailAdds and/or removes specified gmail labels for a message; ensure `message id` and all `label ids` are valid (use 'listlabels' for custom label ids).
Action
Create Email DraftCreates a gmail email draft, supporting to/cc/bcc, subject, plain/html body (ensure `is html=true` for html), attachments, and threading.
Action
Create LabelCreates a new label with a unique name in the specified user's gmail account.
Action
Delete DraftPermanently deletes a specific gmail draft using its id; ensure the draft exists and the user has necessary permissions for the given `user id`.
Action
Delete MessagePermanently deletes a specific email message by its id from a gmail mailbox; for `user id`, use 'me' for the authenticated user or an email address to which the authenticated user has delegated access.
Action
Fetch EmailsFetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval.
Action
Fetch Message By Message IdFetches a specific email message by its id, provided the `message id` exists and is accessible to the authenticated `user id`.
Action
Fetch Message By Thread IdRetrieves messages from a gmail thread using its `thread id`, where the thread must be accessible by the specified `user id`.
Action
Get AttachmentRetrieves a specific attachment by id from a message in a user's gmail mailbox, requiring valid message and attachment ids.
Action
Get ContactsFetches contacts (connections) for the authenticated google account, allowing selection of specific data fields and pagination.
Action
Get PeopleRetrieves either a specific person's details (using `resource name`) or lists 'other contacts' (if `other contacts` is true), with `person fields` specifying the data to return.
Action
Get ProfileRetrieves key gmail profile information (email address, message/thread totals, history id) for a user.
Action
List DraftsRetrieves a paginated list of email drafts from a user's gmail account. use verbose=true to get full draft details including subject, body, sender, and timestamp.
Action
List LabelsRetrieves a list of all system and user-created labels for the specified gmail account.
Action
List ThreadsRetrieves a list of email threads from a gmail account, identified by `user id` (email address or 'me'), supporting filtering and pagination.
Action
Modify Thread LabelsAdds or removes specified existing label ids from a gmail thread, affecting all its messages; ensure the thread id is valid.
Action
Move To TrashMoves an existing, non-deleted email message to the trash for the specified user.
Action
Patch LabelPatches the specified label.
Action
Remove LabelPermanently deletes a specific, existing user-created gmail label by its id for a user; cannot delete system labels.
Action
Reply To ThreadSends a reply within a specific gmail thread using the original thread's subject, requiring a valid `thread id` and correctly formatted email addresses. supports attachments via the `attachment` parameter with valid `s3key`, `mimetype`, and `name`.
Action
Search PeopleSearches contacts by matching the query against names, nicknames, emails, phone numbers, and organizations, optionally including 'other contacts'.
Action
Send DraftSends the specified, existing draft to the recipients in the to, cc, and bcc headers.
Action
Send EmailSends an email via gmail api using the authenticated user's google profile display name, requiring `is html=true` if the body contains html and valid `s3key`, `mimetype`, `name` for any attachment.
Trigger
Meeting endedTriggered when a meeting ends.
Trigger
Meeting participant joinedTriggers when a participant joins a meeting.
Trigger
Meeting registration cancelledTriggered when a meeting registration is cancelled.
Trigger
Meeting startedTriggered when a meeting starts.
Trigger
New recording completedTriggered when a cloud recording is completed.
Trigger
New recording completed (all active licensed accounts)Triggered when a cloud recording is completed in any licensed active account.
Trigger
New recording completed (specified account)Triggered when a cloud recording is completed for the specified account.
Trigger
New webinar registrantTriggers when a new registrant is added to a Webinar.
Trigger
Recording completedTriggered when a recording completes.
Trigger
Upcoming meetingTriggered when a meeting is upcoming in the specified amount of time. NOTE: this trigger only fetches up to 300 meetings at a time. If more than 300 meetings are within the specified timeframe, those additional meetings will not be triggered.
Trigger
Upcoming meeting (all active licensed accounts)Triggered when a meeting is upcoming in the specified amount of time for any active licensed account. NOTE: this trigger only fetches up to 300 meetings at a time for each account. If more than 300 meetings are within the specified timeframe, those additional meetings will not be triggered.
Trigger
Upcoming meeting (specified account)Triggered when a meeting is upcoming in the specified amount of time for the specified account. NOTE: this trigger only fetches up to 300 meetings at a time. If more than 300 meetings are within the specified timeframe, those additional meetings will not be triggered.
Trigger
Upcoming meeting via integration setting (all active licensed accounts)Triggered when a meeting is upcoming in the amount of time given by the specified integration setting stored in a lookup table. The default is 30 minutes if the setting is not found.
Trigger
Webinar endedTriggered when a webinar ends.
Trigger
Webinar startedTriggered when a webinar starts.
Action
Add meeting registrantAdds a registrant to the specified meeting. The meeting must have been created with an approval_type of "0" or "1", in which registrants are either automatically or manually approved.
Action
Create meetingCreates a new meeting.
Action
Delete meetingDeletes the specified meeting.
Action
End meetingImmediately ends a meeting.
Action
Find meeting by agendaFinds a meeting that matches the provided agenda. An error occurs if zero or multiple meetings match.
Action
Get approved meeting registrantsReturns approved registrants (up to 300 max) registrants for the specified meeting.
Action
Get connection modeReturns the mode of the named Zoom connection, either Individual or Admin.
Action
Get meetingOutputs details for the specified meeting.
Action
Get meeting registrantReturns details for the specified registrant in the specified meeting.
Action
Get userReturns a Zoom user's profile and settings by user ID or email.
Action
Get user settingsOutputs all settings for the specified user.
Action
List cloud recordingsLists cloud recordings for a Zoom user within a date range.
Action
List meetingsLists a Zoom user's scheduled, live, or upcoming meetings.
Action
List usersLists the users on the Zoom account.
Action
Update meetingUpdates an existing meeting.
Action
Update meeting registrant statusUpdates a registrant's status for the specified meeting.
Action
Update user settingsUpdates the specified user's settings.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.