Communication
Read email, handle attachments, and schedule Google Meet meetings. A single Google connection (Gmail + Calendar) powers all of them.
Every tool here needs a Google account connected — when you run one without a connection, its Test tab shows a “connect account” banner. Creating, updating, and cancelling meetings also pause for approval (built-in HIL). email_reader can alternatively use IMAP with an App Password for non-Gmail mailboxes.
email_reader
Read, search, and list emails (Gmail OAuth or IMAP). Category: Data Pull · Setup: Google or IMAP.
- Inputs:
operation(list_emails,read_email,search_emails,connect, …),provider,folder, filters,max_results.
attachment_list
List email attachments, or details for a specific one. Category: Function · Setup: Google.
- Inputs:
from_email,subject,date_from/date_to,max_emails,source_id,attachment_id.
attachment_download
Download attachments and store them to the DMS. Category: Action · Setup: Google.
- Inputs: filters or
source_id+attachment_id, plus DMS target (dms_folder_id/dms_folder_path), rename/overwrite options.
google_meet_create
Create a Google Meet meeting (generates a Meet link). Category: Action · HIL approval · Setup: Google.
- Inputs:
title,start_time(required),duration_minutesorend_time,attendees,recurrence.
google_meet_update
Update an existing meeting. Category: Action · HIL approval · Setup: Google + a meeting_id.
- Inputs:
meeting_id(required),title,start_time/end_time,attendees.
google_meet_cancel
Cancel (delete) a meeting. Category: Action · HIL approval · Setup: Google + a meeting_id.
- Inputs:
meeting_id(required),send_notifications.
google_meet_list
List meetings, optionally by date range. Category: Data Pull · Setup: Google.
- Inputs:
date_from/date_to,max_results,calendar_id.