I need someone to create a simple integration:
Whenever I upload a video to my Google Drive → it should automatically upload to 3 accounts:
2 TikTok accounts
1 Instagram account
I already have the tokens and everything required. Most of the modules are working — I only need the actual connection to TikTok and Instagram (currently failing for me). It’s important to also have the option to add a title and hashtags:
The title should be taken from the file name.
The hashtags should come from an attached text file, or optionally be generated automatically with AI.
This is for personal use only, not a big marketing project, so please don’t expect a large budget.
Hello @hod450 , welcome to make.com community i will love to collaborate with you on this you can schedule a call Here and you can checkout my upwork profile Here
If you’re looking for someone with 2+ years of experience and certified expertise to solve this, I’d be happy to help. I can assist you in setting up the automation end-to-end so every time you drop a video into Google Drive, it posts seamlessly to both TikTok accounts and Instagram with the right title and hashtags.
Feel free to explore my services.. I’d also be glad to connect on LinkedIn and stay in touch.
I’m an automation expert with 8+ years of experience in Make.com, and I can help you finalize this workflow. Since you already have the tokens and most modules set up, I’ll focus on fixing the TikTok and Instagram connections, mapping the file name as the title, and pulling hashtags either from a text file or AI.
Looks like the Google Drive part of your flow is fine — the issue is with the social publishing.
TikTok: The “Upload” module in Make doesn’t always work out of the box. Instead, use an HTTP → TikTok Content Posting API call (/video/upload then /video/publish). Official docs here: TikTok Content Posting API. Map your file name into the title field, and pull hashtags either from a text file (read file → text parser → map field) or generate them with OpenAI before sending.
Instagram: Requires Graph API (via a FB Business account). The flow is:
Upload to container (/me/video endpoint).
Publish the container (/me/media_publish).
Docs: Instagram Graph API – Video Publishing.
Add your hashtags + title into the caption field.
So in short: replace the failing “Upload” modules with HTTP calls to the official APIs, and pass dynamic fields (filename, hashtags) in the JSON payload.
We’ve built similar automation workflows where filenames became titles, hashtags were auto-generated, and videos pushed seamlessly to TikTok + Instagram. You can check our past work here: Portfolio Case Studies Clutch Reviews
If you’d like, happy to share ready-to-use JSON payloads for TikTok and Instagram that you can paste straight into your HTTP modules and test right away. Book a quick call