-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTermsofService.html
More file actions
57 lines (48 loc) · 2.05 KB
/
Copy pathTermsofService.html
File metadata and controls
57 lines (48 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Terms of Service</h1>
<p><strong>Effective Date:</strong> 25.9.2025</p>
<p>Welcome to <strong>n8n Upload Automation</strong> (Social Upload Automation). By using this Service, you agree to the following terms:</p>
<ol>
<li>
<strong>Purpose</strong>
<p>The Service allows users to automate uploading media (e.g. Instagram Stories) to TikTok using the TikTok API.</p>
</li>
<li>
<strong>Eligibility</strong>
<p>You must have a valid TikTok account and comply with TikTok's Terms of Service to use this Service.</p>
</li>
<li>
<strong>Use of the Service</strong>
<ul>
<li>You agree not to misuse the Service.</li>
<li>You may not use the Service for unlawful, harmful, or abusive purposes.</li>
<li>We may suspend or terminate access if misuse is detected.</li>
</ul>
</li>
<li>
<strong>No Guarantee</strong>
<p>The Service is provided "as is" without warranties of any kind. We do not guarantee uninterrupted or error-free operation.</p>
</li>
<li>
<strong>Limitation of Liability</strong>
<p>We are not responsible for any damages, loss of data, or account issues arising from use of this Service.</p>
</li>
<li>
<strong>Changes to the Terms</strong>
<p>We may update these Terms from time to time. Continued use of the Service after changes constitutes acceptance.</p>
</li>
<li>
<strong>Contact</strong>
<p>For questions, please contact: <a href="mailto:Roy@royrayfer.com">roy@royrayfer.com</a></p>
</li>
</ol>
</body>
</html>