Loom

Discover how to automate video workflows with the Loom node in StackAI. Learn about available actions, required inputs, configurations, and output examples.

What is Loom?

Loom is a video messaging tool that enables users to create, share, and manage videos quickly and efficiently. Integrating Loom with StackAI allows you to automate video-related tasks, such as transcribing videos, extracting insights, or managing video content, directly within your workflows.


Example of Usage

Suppose you want to automatically transcribe a Loom video and use the transcript in a report. You can set up a workflow where the Loom node retrieves the video transcript, which is then processed by an LLM node and formatted for output.


Available Actions

1. Loom Transcript

Description: Retrieve the transcript of a Loom video for further processing or analysis.

Inputs:

  • video_url (Required): The URL of the Loom video you want to transcribe. Example: "https://www.loom.com/share/your-video-id"

Configurations:

  • No additional configurations are required for this action.

Outputs:

  • transcript (Always returned): The full text transcript of the Loom video. Example:

    "Welcome to our product demo. In this video, we will walk through the main features..."

How to Use in a Workflow:

  1. Add the Loom node to your StackAI workflow.

  2. Select the "Loom Transcript" action.

  3. Enter the Loom video URL as the required input.

  4. Connect the output to downstream nodes (e.g., LLM, Template, Output) for further processing.


Summary Table

Action
Required Inputs
Configurations
Outputs

Loom Transcript

video_url (Required)

None

transcript

Last updated

Was this helpful?