You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
3.1 KiB
85 lines
3.1 KiB
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
|
|
<title>Get Started with textbee.dev</title>
|
|
<style>
|
|
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333;
|
|
margin: 0; padding: 0; } .container { max-width: 600px; margin: 0 auto;
|
|
padding: 20px; } .header { text-align: center; padding: 20px 0; } .logo {
|
|
max-width: 150px; } .content { background-color: #f9f9f9; padding: 30px;
|
|
border-radius: 5px; } .button { display: inline-block; background-color:
|
|
#4A90E2; color: white; text-decoration: none; padding: 12px 24px;
|
|
border-radius: 4px; font-weight: bold; margin: 20px 0; } .footer {
|
|
text-align: center; font-size: 12px; color: #777; margin-top: 30px; }
|
|
.steps { margin: 20px 0; } .step { margin-bottom: 15px; } .step-number {
|
|
display: inline-block; width: 25px; height: 25px; background-color:
|
|
#4A90E2; color: white; border-radius: 50%; text-align: center;
|
|
line-height: 25px; margin-right: 10px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class='container'>
|
|
<div class='header'>
|
|
</div>
|
|
|
|
<div class='content'>
|
|
<h2>Hello {{name}},</h2>
|
|
|
|
<p>We noticed it's been 3 days since you signed up for textbee.dev, but
|
|
you haven't registered any devices yet.</p>
|
|
|
|
<p>We'd love to help you get the most out of our platform! With
|
|
textbee.dev, you can:</p>
|
|
<ul>
|
|
<li>Send and receive SMS messages from your dashboard or API</li>
|
|
<li>Receive SMS notifications with webhooks</li>
|
|
<li>Integrate SMS functionality into your applications</li>
|
|
<li>And much more!</li>
|
|
</ul>
|
|
|
|
<p>Getting started is quick and easy:</p>
|
|
|
|
<div class='steps'>
|
|
<div class='step'>
|
|
<span class='step-number'>1</span>
|
|
Install the textbee.dev android app on your device
|
|
</div>
|
|
<div class='step'>
|
|
<span class='step-number'>2</span>
|
|
Grant the necessary permissions
|
|
</div>
|
|
<div class='step'>
|
|
<span class='step-number'>3</span>
|
|
Login to your
|
|
<a href='{{registerDeviceUrl}}'>dashboard</a>
|
|
and generate a QR code
|
|
</div>
|
|
<div class='step'>
|
|
<span class='step-number'>4</span>
|
|
Scan the QR code with the app to register your device
|
|
</div>
|
|
<div class='step'>
|
|
<span class='step-number'>5</span>
|
|
Start sending and receiving SMS!
|
|
</div>
|
|
</div>
|
|
|
|
<div style='text-align: center;'>
|
|
<a href='{{registerDeviceUrl}}' class='button'>Register Your Device
|
|
Now</a>
|
|
</div>
|
|
|
|
<p>Is there anything we can help you with? If you're experiencing any
|
|
issues or have questions, our support team is ready to assist at
|
|
<a href='mailto:support@textbee.dev'>support@textbee.dev</a>.</p>
|
|
|
|
<p>Best regards,<br />The textbee.dev Team</p>
|
|
</div>
|
|
|
|
<div class='footer'>
|
|
<p>© 2025 textbee.dev. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|