Short answer: You can create video from template in Synthesia by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Synthesia Create Video from Template action to a workflow, map its 4 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 |
|---|---|---|---|
Template ID template_id | string | Required | Synthesia template id |
Title title | string | Optional | Video title |
Template Variables (JSON) template_data | string | Required | JSON object with template variable values |
Test Mode test | options | Optional | Test Mode. Options: Yes (free, watermarked), No (charged) |
{"template_id": "{{trigger.template_id}}","title": "{{trigger.title}}","template_data": "{\"first_name\":\"Ankit\",\"company\":\"Acme\"}","test": "{{trigger.test}}"}
{"id": "vid_abc","status": "in_progress"}
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.