Short answer: You can get loom embed info in Loom by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Loom Get Loom Embed Info action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Loom Video URL video_url | string | Required | Full public Loom share URL. |
{"video_url": "https://www.loom.com/share/abcdef123456"}
{"html": "<iframe src='https://www.loom.com/embed/abc'></iframe>","type": "video","title": "My Loom Recording","width": 640,"height": 360,"version": "1.0","author_name": "Jane Doe","provider_name": "Loom","thumbnail_url": "https://cdn.loom.com/sessions/thumbnails/abc.png"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.