Below is the exact list of connectors and nodes we’ll use, grouped by area. I’ve also named the key actions and what credentials you need. Keep this as a quick briefing for participants.
Core (used across many labs)
- Schedule Trigger — runs every X minutes
- Webhook — receives form submissions
- Set — reshape fields, add timestamps
- If / Switch — simple branching
- Merge / Wait — join paths or pause
- Respond to Webhook — send an immediate reply to a webhook caller
- HTTP Request — call any REST API (fallback for services without a native node)
- (Optional) Error Trigger / Continue On Fail — gentle error handling
Google
- Google Sheets
- Actions: Read Rows, Append Row, Update Row
- Credentials: Google account with Sheets access
- Google Drive
- Actions: Create Folder, List Files
- Credentials: Google account with Drive access
- Google Docs
- Actions: Create Document, Append Content
- Credentials: Google account with Docs access
- Google Slides
- Actions: Create Presentation, Add Slide / Update Text (keep it to one title slide)
- Credentials: Google account with Slides access
- Google Calendar
- Actions: Create Event (e.g., 30-minute review tomorrow)
- Credentials: Google account with Calendar access
- Gmail
- Actions: Send Email (to submitter / team)
- Credentials: Gmail (OAuth) or SMTP account
- Google Forms
- Note: we read from the Sheet that your Form writes to (or receive via Webhook)