> For the complete documentation index, see [llms.txt](https://help.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.contouron.com/api/visual-templates/8-repurpose-tiktoks-on-autopilot.md).

# 8 Repurpose Tiktoks On Autopilot

> For the complete documentation index, see [llms.txt](https://help.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.contouron.com/api/templates/8-repurpose-tiktoks-on-autopilot.md).

## 8 Repurpose Tiktoks On Autopilot

#### Description

This automation detects when you post a Tiktok video, automatically downloads the video without watermark, stores it in Google Drive, and reposts your Tiktok video to other social media platforms. All on autopilot. So you can grow your presence on multiple platforms, without more work. You can also easily add steps to customize captions per platform.

#### Platforms

<table data-full-width="false"><thead><tr><th data-type="checkbox">n8n</th><th data-type="checkbox">Make</th><th data-type="checkbox">Zapier</th></tr></thead><tbody><tr><td>true</td><td>false</td><td>false</td></tr></tbody></table>

#### Templates

<https://drive.google.com/drive/folders/11wxzyRm9OzrBzON-zMkubsXvi0DS8dAi?usp=sharing>

#### Tutorials

#### Overview

Here’s how the automation works:

**1. Trigger: RSS Feed**

* RSS feed triggers when you post a new Tiktok video

**2. Fetch Video**

* Download the newly posted Tiktok video
* Store video in Google Drive

**3. Publish to Social Media**

* Connect Contouron to your social accounts
* Choose your social accounts
* Either post immediately or schedule for later

#### Setup

* [Install the Contouron community node](https://help.contouron.com/api/n8n/n8n-contouron-node)
* [**Contouron**](https://contouron.com) Sign up for Contouron, then go to [Dashboard → API Keys](https://my.contouron.com/settings/api) to create your key. Then create Contouron credential. Connect your social accounts, and select which accounts to post to.
* [**RSS.app**](https://rss.app) Create an account, then visit [Feeds](https://rss.app/myfeeds), click "Add Feed", input your Tiktok profile URL, and generate the RSS feed. Copy paste RSS feed URL into the RSS Feed Trigger node. Within rss.app, configure your RSS feed setting "Number of Posts" to 1.

#### Tips & Tricks

* While testing: enable only 1 social platform, and deactivate the rest for testing purposes. You can also use the option "Scheduled Time" while testing, so that posts are scheduled in the future, not posted immediately.
* After the workflow finishes, check your social media account for the final post.
* If successful, then enable another social media node, and continue testing.

#### Troubleshooting

* Make sure your RSS feed is configured to output only 1 item at a time
* If you post multiple Tiktok videos within an hour interval, you can set your refresh interval to 15 minutes in RSS.app but this requires a paid plan.\\

If you need help troubleshooting your automation:

* the [API Dashboard](https://my.contouron.com/api-dashboard) is your best friend
* go to Contouron and click the ORANGE BUTTON in the bottom right corner to send me a message

Other helpful links:

**👉** [**Contouron API Docs**](https://help.contouron.com/api)

✅ [**Troubleshoot Errors**](https://my.contouron.com/api-dashboard)

📷 [**Media Requirements**](https://help.contouron.com/api/media)

#### n8n Notes

1. [Install the Contouron community node](https://help.contouron.com/api/n8n/n8n-contouron-node)
2. If a template shows question marks instead of the Contouron logo, install the Contouron node first, then re-import the template.
3. Create a new Credential in n8n. Go to Contouron Settings > API > Copy API Key. Paste the API key in n8n, save, test, then select this credential on Contouron nodes.
4. Connect social accounts on each platform node. Open each Contouron Publish node, select the Contouron credential, then pick your social account.
5. When testing, deactivate all social platform nodes. Activate just 1 to start with. Run the workflow, then Pin data at the Contouron Publish node. This locks inputs for repeat tests. Then, execute 1 platform node from pinned data to validate it works. Activate other social platforms to continue testing.
6. Use the [Contouron API dashboard](https://my.contouron.com/api-dashboard) to review each request, payload, and error message.

#### Make Notes

n/a

#### Zapier Notes

n/a


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.contouron.com/api/visual-templates/8-repurpose-tiktoks-on-autopilot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
