Notifications
Clear all
Topic starter
19/07/2026 6:37 am
We built a pipeline to generate voiceovers directly from approved script rows in Airtable. Goal: zero manual uploads to WellSaid. Here's what works and where it gets sticky.
The core is a Make.com scenario. Trigger is a new record or a status field change in the Airtable "Scripts" view. It passes the script text to WellSaid's API, fetches the MP3, and posts it back to a field in Airtable. The latency is about 10-12 seconds for a 30-second clip. Cost control is managed through Airtable checkboxes—only approved scripts proceed. Main pitfall: WellSaid's API occasionally chokes on very specific punctuation or em-dashes, which requires a cleanup step in the workflow. We now strip all non-standard punctuation before sending.