What are you trying to achieve?
Hey all — looking for a sanity check.
I’m building an automation that kicks off when I upload a video to Google Drive. The goal is to automatically generate and publish multiple content types from that one source.
Here’s what the current flow does (see attached scenario image):
Watch Google Drive for new video
Rename and prep file
Send to OpenAI for transcript + timestamps
Summarize transcript
Create blog article from summary
Generate WordPress post
Draft LinkedIn post
Prep additional social copy
Convert final copy to audio
Upload to SoundCloud
This is still a work in progress and some modules are still missing. But…
At a glance, is this too much for one automation? I’m trying to keep it modular but end-to-end. Appreciate any feedback from folks who’ve done similar content workflows.
Steps taken so far
Set up Google Drive trigger for new video uploads
Used Router to branch: one path for file renaming/prep, the other to OpenAI for transcription
Parsed and analyzed transcript with OpenAI (summarization + timestamps)
Stored metadata and summaries in Data Store
Generated long-form blog content via OpenAI
Posted to WordPress automatically
Drafted LinkedIn post using summary
Created additional social content with OpenAI
Converted written content to audio
Uploaded final audio to SoundCloud