Blocks
Loom
Record and share video messages with Loom
Integrate with Loom to manage video recordings, share videos, get video analytics, and automate video workflows. Perfect for async communication and video documentation using OAuth 2.0 authentication.
Block Preview
Loom
Record and share video messages with Loom
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the loom block with monitoring enabled in production.
Inputs (UI)
Loom Account
oauth-inputPlaceholder: Select Loom account
Layout: full
Provider: loom
Operation
dropdownLayout: full
Options: List Videos, Get Video, Update Video, Delete Video
Video ID
short-inputPlaceholder: Enter video ID
Layout: full
Condition: operation = ["get_video","update_video","delete_video","get_video_insights"]
Video Title
short-inputPlaceholder: My Video Title
Layout: full
Condition: operation = "update_video"
Video Description
long-inputPlaceholder: Video description
Layout: full
Condition: operation = "update_video"
Folder ID
short-inputPlaceholder: Enter folder ID
Layout: full
Condition: operation = "update_video"
Folder Name
short-inputPlaceholder: My Folder
Layout: full
Condition: operation = "create_folder"
Limit
short-inputPlaceholder: 20
Layout: half
Condition: operation = ["list_videos","list_folders"]
Inputs (API)
credential
stringRequired
operation
stringRequired
videoId
stringOptional
videoTitle
stringOptional
videoDescription
stringOptional
folderId
stringOptional
folderName
stringOptional
limit
stringOptional
Outputs
Primary response type:
{
"data": "json"
}