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.

Back to Catalog
Toolsloom

Block Preview

Loom

Loom

Record and share video messages with Loom

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the loom block with monitoring enabled in production.

Inputs (UI)

Loom Account

oauth-input

Placeholder: Select Loom account

Layout: full

Provider: loom

Operation

dropdown

Layout: full

Options: List Videos, Get Video, Update Video, Delete Video

Video ID

short-input

Placeholder: Enter video ID

Layout: full

Condition: operation = ["get_video","update_video","delete_video","get_video_insights"]

Video Title

short-input

Placeholder: My Video Title

Layout: full

Condition: operation = "update_video"

Video Description

long-input

Placeholder: Video description

Layout: full

Condition: operation = "update_video"

Folder ID

short-input

Placeholder: Enter folder ID

Layout: full

Condition: operation = "update_video"

Folder Name

short-input

Placeholder: My Folder

Layout: full

Condition: operation = "create_folder"

Limit

short-input

Placeholder: 20

Layout: half

Condition: operation = ["list_videos","list_folders"]

Inputs (API)

credential

string

Required

operation

string

Required

videoId

string

Optional

videoTitle

string

Optional

videoDescription

string

Optional

folderId

string

Optional

folderName

string

Optional

limit

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

loom_api
Loom | NowFlow Blocks