-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy_policy.html
75 lines (67 loc) · 2.58 KB
/
privacy_policy.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
text-align: center;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
line-height: 1.6;
}
h1 {
color: #333;
}
p, ul {
text-align: left;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> 12th Nov 2024</p>
<p>This Privacy Policy explains how I handle and use the data received via WhatsApp Business API.</p>
<h2>1. Exclusive Data Source</h2>
<ul>
<li>This WhatsApp Business API number is exclusively shared with one specific service provider who sends data to me via WhatsApp.</li>
<li>The number will not be used to receive messages from or communicate with any other entities.</li>
</ul>
<h2>2. Data Collection and Use</h2>
<ul>
<li>I do not collect, store, or share any data from the messages received via WhatsApp.</li>
<li>The data received is used solely for personal purposes to programmatically access information provided by the specific service provider.</li>
<li>No data is used for commercial purposes.</li>
</ul>
<h2>3. Purpose of Using WhatsApp Business API</h2>
<p>The WhatsApp Business API is used strictly to allow me to programmatically access messages sent by the specific service provider for my self-consumption.</p>
<h2>4. Data Sharing and Disclosure</h2>
<ul>
<li>I do not share, disclose, or sell any data received via WhatsApp to third parties.</li>
<li>The data is accessed in real-time and is not stored, shared, or retained.</li>
</ul>
<h2>5. Contact Information</h2>
<p>If you have any questions or concerns about this Privacy Policy, please contact me:</p>
<p>
Rajendra Satalkar<br>
Email: [email protected]<br>
Phone: +91-9422031919
</p>
</div>
</body>
</html>