CONTENT CREATION
Batch-Dub Queued Lessons from an Airtable Localization Board
On a schedule, pulls Airtable rows marked Ready-to-Dub, generates ElevenLabs voice tracks for each lesson-language pair, uploads them to R2.
How it runs
The automated pipeline, trigger to output.
- TriggerSchedule fires to drain the dub queue
- ActionQuery Airtable for Ready-to-Dub rowsAirtable
- LogicExit if queue is empty
- ActionGenerate dubbed audio with ElevenLabsElevenLabs
- ActionUpload track to R2Cloudflare R2
- OutputWrite Done status and URL back to AirtableAirtable
What it does
This turns an Airtable localization board into a work queue. It picks up rows flagged Ready-to-Dub, generates the dubbed audio for that exact lesson and language, stores the result in R2, and updates the row to Done with the file link, so the board always reflects real production state.
When to use it
Use it when a content team manages localization in Airtable and wants the board to drive the actual dubbing work. Operators just flip a status; the pipeline does the rest and reports back inline.
How it works
- 1A schedule fires and queries Airtable for rows where status equals Ready-to-Dub.
- 2Branch: if the queue is empty, exit quietly.
- 3For each queued row, fetch the source transcript text and target language from the record.
- 4Generate the dubbed audio track with ElevenLabs using the language's assigned voice.
- 5Upload the audio to R2 under the lesson's language path and capture the object URL.
- 6Update the Airtable row to Done with the R2 URL and a timestamp.
Set it up
What you configure once, before turning it on.
- 1Connect AirtableBases, tables, views, automations.
- 2Connect ElevenLabsText-to-speech, voice cloning.
- 3Connect Cloudflare R2Object storage, S3-compatible.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Content Creation workflows
On-demand: turn a blog URL into narrated B-roll clips
Accepts a blog URL via webhook, scrapes the article, generates a B-roll clip per paragraph with Replicate and a voiceover with ElevenLabs.
Sync a Figma master frame into localized hero renders
Pulls the current master hero frame and its text layers from Figma, generates a localized image variant for each locale defined in Airtable.
Build a Dropbox B-roll library from exported blog drafts
Triggers when a new blog draft file lands in a Dropbox folder, generates a Replicate B-roll clip for each paragraph.
Generate B-roll clips when a blog post is marked Ready in Notion
Watches a Notion blog database for posts flipped to 'Ready', splits the body into paragraphs, and generates a short B-roll video clip for each paragraph with Replicate.
Weekly: clip last week's top blog paragraph and post to socials
Runs on a weekly schedule, picks the highest-traffic paragraph from the past week's posts, generates one polished B-roll clip with Replicate.
On-Demand Screenshot Freshness Report from a Slack Command
A writer requests a freshness check in Slack for a specific docs page; the workflow inspects every screenshot on that page, scores each by age and version gap.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
