If you frequently save TikTok videos and want to reduce the process to a single tap — just hit Share on TikTok and let everything else happen automatically — Tasker makes that possible on Android.
This guide walks through a simple Tasker profile: when you share a TikTok link from any app, the URL is automatically sent to @KlypioBot on Telegram, and the bot downloads the video to your Klypio library.
What You Need
- Android 7 or later
- Tasker (paid app, ~$3 on Google Play)
- Telegram installed, @KlypioBot already started
- Klypio account linked to Telegram (see the Telegram bot guide)
How It Works
Tasker can listen for Android Intents — when you tap Share in TikTok, Android fires an Intent containing the video URL. Tasker catches that Intent, extracts the URL, and uses the Telegram HTTP API to send a message to @KlypioBot.
Building the Tasker Profile
Step 1 — Create a new Profile
Open Tasker → tap + → Event → System → Intent Received.
In the Action field, enter: android.intent.action.SEND
Step 2 — Create the Task
Tap New Task → name it "Klypio TikTok". Add actions:
- Variable Set: Name =
%TIKTOK_URL, To =%CLIPDATA1(the URL from the Intent) - HTTP Request:
- Method: POST
- URL:
https://api.telegram.org/bot[YOUR_BOT_TOKEN]/sendMessage - Body:
{"chat_id":"[YOUR_CHAT_ID]","text":"%TIKTOK_URL"}
Note: To get a bot token and chat ID, refer to the Telegram Bot API docs. If this feels too technical, use the simpler alternative below.
Simpler Alternative: Tasker Share Action
If the HTTP request feels complex, use Tasker's Share action instead — it passes the link to Telegram, where you confirm sending. Less fully automatic, but faster than manual copy-paste.
Using iPhone Instead?
iOS users can achieve the same result with the Shortcuts app. See the iPhone Shortcuts guide for auto-downloading TikTok videos for the equivalent workflow.
Result After Setup
Once the profile runs: you see a good TikTok video → tap Share → select "Klypio Task" (or let it trigger automatically) → video downloads to your Klypio library. No app switching, no link copying.
View your downloaded library at klypio.com/app. Unlimited batch downloads with Klypio Pro.