Overview
Loom is a video messaging platform. The Automize Loom connector covers recordings, folders, sharing, embed links, transcripts.
- Regions: Global SaaS.
- Plans: Free + paid.
Setting up the connection
Auth type: API Key.
- Loom → Settings → Integrations → API → token.
- In Automize → Settings → Connectors → Loom. Paste token.
Find your credentials at https://www.loom.com/settings/integrations.
Rate limits
Per-account.
Data model
Video primitives:
Workspace ─── Videos (recordings)
├─ Folders
├─ Shares (links + embeds)
└─ TranscriptsAvailable operations
8 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Folder | General | Create a new folder |
| Delete Video | General | Delete a video |
| Get Recording Link | General | Generate a recording link |
| Get Video | General | Get video details |
| Get Video Transcript | General | Get transcript for a video |
| List Folders | General | List all folders |
| List Videos | General | List all videos |
| Update Video | General | Update video metadata |
Operations
Create Folder
Create a new folder
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text |
Delete Video
Delete a video
| Parameter | Required | Type | Description |
|---|---|---|---|
Video Id video_id | Yes | text |
Get Recording Link
Generate a recording link
| Parameter | Required | Type | Description |
|---|---|---|---|
Redirect Uri redirect_uri | Yes | text |
Get Video
Get video details
| Parameter | Required | Type | Description |
|---|---|---|---|
Video Id video_id | Yes | text |
Tips
- Returns video + metadata + transcript URL.
Get Video Transcript
Get transcript for a video
| Parameter | Required | Type | Description |
|---|---|---|---|
Video Id video_id | Yes | text |
List Folders
List all folders
No input parameters.
List Videos
List all videos
No input parameters.
Tips
- Pages via cursor.
Update Video
Update video metadata
| Parameter | Required | Type | Description |
|---|---|---|---|
Title title | Yes | text | |
Password password | Yes | text | |
Privacy privacy | Yes | text | |
Video Id video_id | Yes | text |
FAQ
- Upload via API?
- Loom doesn't expose direct upload – record via app + manage via API.