Skip to content
Notifications
Clear all

Guide: Integrating WellSaid with our Airtable-driven content workflow.

1 Posts
1 Users
0 Reactions
2 Views
 danw
(@danw)
Estimable Member
Joined: 6 days ago
Posts: 65
Topic starter   [#13752]

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.



   
Quote