Short answer: You can create video room in Daily by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Daily Create Video Room action to a workflow, map its 5 inputs 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 |
|---|---|---|---|
Room Name (optional, auto-generated if blank) name | string | Optional | – |
Privacy privacy | options | Optional | – |
Max Participants max_participants | string | Optional | – |
Enable Cloud Recording enable_recording | options | Optional | – |
Expiry (UNIX seconds) exp | string | Optional | – |
{"name": "{{trigger.name}}","privacy": "{{trigger.privacy}}","max_participants": "{{trigger.max_participants}}","enable_recording": "{{trigger.enable_recording}}","exp": "{{trigger.exp}}"}
{"id": "abc","url": "https://yourdomain.daily.co/room-xyz","name": "room-xyz","privacy": "public","created_at": "2026-05-11T00:00:00Z"}
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.