Short answer: You can create heygen video in HeyGen by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the HeyGen Create HeyGen Video action to a workflow, map its 6 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 |
|---|---|---|---|
Avatar ID avatar_id | string | Required | HeyGen avatar id |
Voice ID voice_id | string | Required | HeyGen voice id |
Script input_text | string | Required | Script (required) |
Background Color background_color | string | Optional | Background Color |
Width width | string | Optional | Width |
Height height | string | Optional | Height |
{"avatar_id": "e.g. Daisy-inskirt-20220818","voice_id": "e.g. 1bd001e7e50f421d891986aad5158bc8","input_text": "{{trigger.input_text}}","background_color": "{{trigger.background_color}}","width": "{{trigger.width}}"}
{"data": {"video_id": "vid_abc123"},"error": null}
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.