diff --git a/api/src/mail/templates/inactive-new-user-day-10.hbs b/api/src/mail/templates/inactive-new-user-day-10.hbs
new file mode 100644
index 0000000..0e7c307
--- /dev/null
+++ b/api/src/mail/templates/inactive-new-user-day-10.hbs
@@ -0,0 +1,147 @@
+
+
+
+
+ How to Get the Most from textbee.dev
+
+
+
+
+
+
+
+
+
+
Hello {{name}},
+
+
We noticed you haven't started using textbee.dev yet. We'd love to
+ help you get started!
+
+
Many of our users find these specific use cases particularly
+ valuable:
+
+
+
+
Example: Order Notification System
+
+
+
Let's say you run an e-commerce site and want to send order
+ updates via SMS:
+
+
+ // Send notification when order status changes
+ const response = await
+ axios.post('https://api.textbee.dev/api/v1/gateway/{DEVICE_ID}/send-sms',
+ {
+ recipients: ['+1234567890'],
+ message: 'Your order #12345 has been shipped! Track at
+ example.com/track/12345'
+ });
+
+
+
This simple integration can significantly improve customer
+ satisfaction!
+
+
+
+
+
+
Example: Two-Factor Authentication
+
+
+
Enhance your application security with SMS verification codes:
+
+
+ // Generate a random 6-digit code
+ const verificationCode = Math.floor(100000 + Math.random() *
+ 900000);
+ // Send it via SMS
+ await
+ axios.post('https://api.textbee.dev/api/v1/gateway/{DEVICE_ID}/send-sms',
+ {
+ recipients: ['+1234567890'],
+ message: `Your verification code is:
+ ${verificationCode}`
+ });
+
+
+
\ No newline at end of file
diff --git a/api/src/mail/templates/inactive-new-user-day-3.hbs b/api/src/mail/templates/inactive-new-user-day-3.hbs
deleted file mode 100644
index 08c1b05..0000000
--- a/api/src/mail/templates/inactive-new-user-day-3.hbs
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
- Get Started with textbee.dev
-
-
-
-
-
-
-
-
-
Hello {{name}},
-
-
We noticed it's been 3 days since you signed up for textbee.dev, but
- you haven't registered any devices yet.
-
-
We'd love to help you get the most out of our platform! With
- textbee.dev, you can:
-
-
Send and receive SMS messages from your dashboard or API
-
Receive SMS notifications with webhooks
-
Integrate SMS functionality into your applications
-
And much more!
-
-
-
Getting started is quick and easy:
-
-
-
- 1
- Install the textbee.dev android app on your device
-
-
- 2
- Grant the necessary permissions
-
-
- 3
- Login to your
- dashboard
- and generate a QR code
-
-
- 4
- Scan the QR code with the app to register your device
-
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
- support@textbee.dev.
-
-
Best regards, The textbee.dev Team
-
-
-
-
-
-
\ No newline at end of file
diff --git a/api/src/mail/templates/inactive-new-user.hbs b/api/src/mail/templates/inactive-new-user.hbs
index 83d6e7b..0a99fab 100644
--- a/api/src/mail/templates/inactive-new-user.hbs
+++ b/api/src/mail/templates/inactive-new-user.hbs
@@ -2,81 +2,166 @@
- Get Started with textbee.dev
+ Getting Started with textbee.dev
+
Hello {{name}},
-
Thank you for signing up for textbee.dev! We noticed you haven't
- registered any devices yet.
+
Thank you for creating your textbee.dev account! We're excited to have you with us.
-
With textbee.dev, you can:
-
-
Send and receive SMS messages from your dashboard or API
-
Receive SMS notifications with webhooks
-
Integrate SMS functionality into your applications
-
And much more!
-
-
-
To get started, you'll need to register your first device:
-
-
-
- 1
- Install the textbee.dev android app on your device
-
-
- 2
- Grant the necessary permissions
+
+
What can you do with textbee.dev?
+
Our users are leveraging textbee.dev to:
+
+
+
1
+ Send notifications and alerts - Keep customers informed about orders, appointments, and more
-
- 3
- Login to your dashboard and generate a QR code
+
+
+
2
+ Implement 2FA with SMS verification - Add an extra layer of security to your applications
-
- 4
- Scan the QR code with the app to register your device
-
-
- 5
- Start sending and receiving SMS!
+
+
+
3
+ Build interactive SMS workflows - Create engaging experiences for your users
+
Getting started with textbee.dev is straightforward:
+
+
+
Install the Android app - Our app connects securely to your phone's SMS capabilities
+
Register your device - A simple process using a QR code from your dashboard
+
Start sending and receiving messages - Through our intuitive dashboard or API
diff --git a/api/src/mail/templates/upgrade-to-pro.hbs b/api/src/mail/templates/upgrade-to-pro.hbs
index 89c229e..49e87e7 100644
--- a/api/src/mail/templates/upgrade-to-pro.hbs
+++ b/api/src/mail/templates/upgrade-to-pro.hbs
@@ -2,128 +2,218 @@
- Upgrade to Pro - textbee.dev
+ Unlock More Capabilities with textbee.dev Pro
+
Hello {{name}},
-
Thank you for using textbee.dev! We hope you're enjoying our service
- so far.
+
Thank you for using textbee.dev! We're excited to see that you've been using our platform with {{deviceCount}} connected device{{#if deviceCount > 1}}s{{/if}}.
-
We wanted to let you know that you're currently on our
- Free Plan, which provides basic functionality. To
- unlock the full potential of textbee.dev, consider upgrading to our
- Pro Plan.
+
Many of our users have found that upgrading to Pro helps them scale their SMS capabilities more effectively as they grow. Here's what you can unlock:
-
Special Offer Just For You:
- We're extending a
- 30% discount
- on all Pro plans exclusively for our most active users like you! This
- offer is only available for a limited time.
-
-
Plan Comparison:
-
-
-
-
Feature
-
Free Plan
-
Pro Plan
-
-
-
Daily Message Limit
-
50
-
Unlimited
-
-
-
Monthly Recipient Limit
-
500
-
5,000
-
-
-
Device Limit
-
1
-
Unlimited
-
-
-
Bulk SMS Recipients
-
50
-
Unlimited
-
-
-
Support
-
Basic
-
Priority
-
+
+
✓
+
+
Unlimited Daily Messages
+
Remove the 50-message daily limit and scale your SMS communications as needed
+
+
+
+
+
✓
+
+
Connect Multiple Devices
+
+ Connect multiple devices to your account to increase your SMS sending capacity.
+
+
+
+
+
+
✓
+
+
Priority Support
+
Get faster responses and dedicated assistance for your integration questions
+
+
+
+
+ "textbee.dev Pro has been game-changing for our delivery notifications. We've seen a 28% increase in customer satisfaction since implementing automated SMS updates."
+
- Sarah K., E-commerce Business Owner
+
-
+
As a valued user, we're offering you a special 30% discount if you upgrade in the next 7 days:
If you have any questions about our plans or need assistance, please
- feel free to contact us at
- support@textbee.dev.
+
Not ready to upgrade? That's completely fine! Your free plan will continue to work as usual. If you have any questions about the Pro features or need help with your current setup, I'm happy to assist.
It's Vernu here, creator of textbee.dev. I built this platform to help you
- with all your messaging needs - whether it's sending OTPs,
- notifications, or creating automated messaging workflows for your
- business.
Welcome to textbee.dev! This platform is designed to provide simple
+ yet powerful SMS integration for developers and businesses of all
+ sizes.
+
+
+
Thank you for choosing textbee.dev. We're excited to support your
+ projects, whether you're building authentication systems for your
+ customers, notifications, or interactive workflows!
+
+
+
What You Can Build with textbee.dev
+
+
+
User Authentication
+
Implement secure two-factor authentication with SMS verification
+ codes to protect user accounts and sensitive data.
+
+
+
+
Customer Notifications
+
Send automated order updates, appointment reminders, delivery
+ status changes, and other important alerts directly to your
+ customers' phones.
+
+
+
+
Interactive Workflows
+
Create conversational experiences where users can reply to messages
+ to complete tasks, answer surveys, or trigger automated responses.
+
-
-
-
- P.S.
- I'd love to hear from you! Why did you choose TextBee? Do you have any
- feedback or questions?
- Feel free to reach out to our support team at
- contact@textbee.dev.
- We read and respond to all emails as quickly as possible.
-
Have questions or feedback? I'd love to hear from you! Feel free to
+ reply to this email or contact our support team at
+ support@textbee.dev.
+
+
- Support on Patreon
-
+
+
Vernu
+
Founder, textbee.dev
+
+
+
+
+
diff --git a/api/src/users/users.service.ts b/api/src/users/users.service.ts
index 3c5077a..12a3d37 100644
--- a/api/src/users/users.service.ts
+++ b/api/src/users/users.service.ts
@@ -75,43 +75,42 @@ export class UsersService {
@Cron('0 12 * * *') // Every day at 12 PM
async sendEmailToInactiveNewUsers() {
try {
- // Get users who signed up between 24-48 hours ago (1-2 days ago)
- const twoDaysAgo = new Date(Date.now() - 48 * 60 * 60 * 1000)
- const oneDayAgo = new Date(Date.now() - 24 * 60 * 60 * 1000)
+ // Get users who signed up between 3-4 days ago (not 1-2 days)
+ const fourDaysAgo = new Date(Date.now() - 4 * 24 * 60 * 60 * 1000)
+ const threeDaysAgo = new Date(Date.now() - 3 * 24 * 60 * 60 * 1000)
const newUsers = await this.userModel.find({
createdAt: {
- $gte: twoDaysAgo,
- $lt: oneDayAgo,
+ $gte: fourDaysAgo,
+ $lt: threeDaysAgo,
},
})
- const emailPromises = newUsers.map(async (user) => {
+ for (const user of newUsers) {
try {
- // Check if user has any devices registered
+ // Check if user has any devices registered or has sent/received any SMS
const devices = await this.deviceModel.find({ user: user._id })
- if (devices.length === 0) {
+ if (devices.length === 0 || devices.map(device=>device.sentSMSCount + device.receivedSMSCount).reduce((a,b)=>a+b,0) == 0) {
// User hasn't registered any device, send email
await this.mailService.sendEmailFromTemplate({
to: user.email,
subject:
- 'Get Started with textbee.dev - Register Your First Device',
+ 'Getting Started with textbee.dev - How Can We Help?',
template: 'inactive-new-user',
context: {
name: user.name,
registerDeviceUrl: `${process.env.FRONTEND_URL}/dashboard`,
},
})
-
console.log(`Sent inactive new user email to ${user.email}`)
}
+ // Wait 200ms before processing the next user
+ await new Promise((resolve) => setTimeout(resolve, 200))
} catch (error) {
console.error(`Error processing email for user ${user.email}:`, error)
}
- })
-
- await Promise.allSettled(emailPromises)
+ }
} catch (error) {
console.error('Error sending emails to inactive new users:', error)
}
@@ -120,18 +119,18 @@ export class UsersService {
@Cron('0 13 * * *') // Every day at 1 PM
async sendEmailToFreeUsers() {
try {
- // Get users who signed up between 3-4 days ago
- const threeDaysAgo = new Date(Date.now() - 3 * 24 * 60 * 60 * 1000)
- const fourDaysAgo = new Date(Date.now() - 4 * 24 * 60 * 60 * 1000)
+ // Get users who signed up between 13-14 days ago
+ const fourteenDaysAgo = new Date(Date.now() - 14 * 24 * 60 * 60 * 1000)
+ const thirteenDaysAgo = new Date(Date.now() - 13 * 24 * 60 * 60 * 1000)
const usersToEmail = await this.userModel.find({
createdAt: {
- $gte: fourDaysAgo,
- $lt: threeDaysAgo,
+ $gte: fourteenDaysAgo,
+ $lt: thirteenDaysAgo,
},
})
- const emailPromises = usersToEmail.map(async (user) => {
+ for (const user of usersToEmail) {
try {
const subscription = await this.billingService.getActiveSubscription(
user._id.toString(),
@@ -140,11 +139,12 @@ export class UsersService {
if (subscription?.plan?.name === 'free') {
const devices = await this.deviceModel.find({ user: user._id })
- if (devices.length === 0) {
+ if (devices.length === 0 || devices.map(device=>device.sentSMSCount + device.receivedSMSCount).reduce((a,b)=>a+b,0) == 0) {
+ // Only send this if they haven't set up any devices after 10-14 days
await this.mailService.sendEmailFromTemplate({
to: user.email,
- subject: `${user.name?.split(' ')[0]}, Your textbee.dev account is waiting for you!`,
- template: 'inactive-new-user-day-3',
+ subject: `${user.name?.split(' ')[0]}, we'd love to help you get started with textbee.dev`,
+ template: 'inactive-new-user-day-10',
context: {
name: user.name,
registerDeviceUrl: `${process.env.FRONTEND_URL}/dashboard`,
@@ -153,24 +153,27 @@ export class UsersService {
console.log(`Sent inactive new user email to ${user.email}`)
} else {
+ // Only send upgrade email to active users who have at least one device
await this.mailService.sendEmailFromTemplate({
to: user.email,
- subject: `${user.name?.split(' ')[0]}, Upgrade to Pro with a 30% Discount - textbee.dev`,
+ subject: `${user.name?.split(' ')[0]}, unlock more capabilities with textbee.dev Pro`,
template: 'upgrade-to-pro',
context: {
name: user.name,
upgradeUrl: `${process.env.FRONTEND_URL}/checkout/pro`,
+ deviceCount: devices.length,
},
})
console.log(`Sent upgrade to pro email to ${user.email}`)
}
}
+
+ // Wait 200ms before processing the next user
+ await new Promise((resolve) => setTimeout(resolve, 200))
} catch (error) {
console.error(`Error processing email for user ${user.email}:`, error)
}
- })
-
- await Promise.allSettled(emailPromises)
+ }
} catch (error) {
console.error('Error sending emails to free plan users:', error)
}
diff --git a/web/app/(app)/(auth)/(components)/login-form.tsx b/web/app/(app)/(auth)/(components)/login-form.tsx
index 42197bb..3bbd8b2 100644
--- a/web/app/(app)/(auth)/(components)/login-form.tsx
+++ b/web/app/(app)/(auth)/(components)/login-form.tsx
@@ -74,7 +74,7 @@ export default function LoginForm() {
@@ -88,7 +88,11 @@ export default function LoginForm() {
Password
-
+
diff --git a/web/app/(app)/(auth)/(components)/register-form.tsx b/web/app/(app)/(auth)/(components)/register-form.tsx
index 4c6e1e5..f7cd888 100644
--- a/web/app/(app)/(auth)/(components)/register-form.tsx
+++ b/web/app/(app)/(auth)/(components)/register-form.tsx
@@ -88,7 +88,7 @@ export default function RegisterForm() {
Full Name
-
+
@@ -101,7 +101,7 @@ export default function RegisterForm() {
Email
-
+
@@ -114,7 +114,7 @@ export default function RegisterForm() {
Password
-
+
@@ -127,7 +127,7 @@ export default function RegisterForm() {
Phone (optional)
-
+
diff --git a/web/app/(landing-page)/quickstart/page.tsx b/web/app/(landing-page)/quickstart/page.tsx
new file mode 100644
index 0000000..31c26b7
--- /dev/null
+++ b/web/app/(landing-page)/quickstart/page.tsx
@@ -0,0 +1,581 @@
+import { Metadata } from 'next'
+import Link from 'next/link'
+import {
+ CheckCircle2,
+ Smartphone,
+ MessageSquare,
+ Settings,
+ ArrowRightCircle,
+ Zap,
+ ExternalLink,
+ BookOpen,
+ Star,
+ SparkleIcon,
+} from 'lucide-react'
+
+export const metadata: Metadata = {
+ title: 'TextBee Quickstart - Send SMS from Your Android Phone | SMS Gateway',
+ description:
+ 'Get started with TextBee SMS Gateway in minutes. Learn how to send and receive SMS messages using your Android phone as an SMS gateway for your applications.',
+ keywords:
+ 'SMS gateway, Android SMS, API SMS, TextBee quickstart, SMS integration, two-way SMS',
+}
+
+export default function QuickstartPage() {
+ return (
+
+
+
+
+ 5-minute setup
+
+
+
+ TextBee SMS Gateway Quickstart
+
+
+
+ Transform your Android phone into a powerful SMS gateway in just 5
+ minutes. Send and receive text messages programmatically through your
+ applications with TextBee.
+
+
+
+ Our platform enables businesses and developers to implement SMS
+ functionality without expensive telecom infrastructure. Perfect for
+ notifications, authentication, alerts, and customer engagement.
+
+ The Simplest Way to Add SMS to Your Applications
+
+
+ TextBee turns any Android phone into a reliable SMS gateway, allowing
+ you to send and receive text messages programmatically. Whether you're
+ building a notification system, implementing two-factor
+ authentication, or creating marketing campaigns, TextBee provides a
+ cost-effective solution without the need for complex telecom
+ integrations.
+
+
+ Follow this step-by-step guide to set up TextBee and start sending
+ your first SMS messages in minutes. Our straightforward process
+ requires minimal technical knowledge and works with any application or
+ service that can make HTTP requests.
+
+
+
+
+
+
+
+ 1
+
+
Account Setup
+
+
+
+
+ Begin by creating your TextBee account and installing the Android
+ app. This setup process takes less than 2 minutes and only
+ requires basic permissions to send and receive SMS messages.
+
+
+
+
+
+ 1
+
+
+
Create account
+
+ Register at{' '}
+
+ textbee.dev
+ {' '}
+ with your email and password
+
+ Allow SMS access in the app to enable message sending and
+ receiving
+
+
+
+
+
+
+
+
+
+ 2
+
+
Connect Your Device
+
+
+
+
+ Link your Android phone to your TextBee account to establish the
+ SMS gateway connection. This secure connection allows your
+ applications to send messages through your phone.
+
+
+
+
+
+
QR Code Method
+
+ Recommended
+
+
+
+
Go to TextBee Dashboard
+
Click "Register Device"
+
Scan QR with app
+
+
+
+
+
Manual Method
+
+
Generate API key from dashboard
+
Open TextBee app
+
Enter the API key
+
+
+
+
+
+
+
+
+
+ 3
+
+
Send Your First SMS
+
+
+
+
+ Start sending SMS messages through TextBee using either our
+ intuitive dashboard or direct API integration. Both methods
+ provide reliable message delivery with delivery status tracking.
+
+ With TextBee, your messages are sent directly through your Android
+ device, using your existing mobile plan. This keeps costs low
+ while maintaining high deliverability rates across all carriers.
+
+
+
+
+
+
+
+ 4
+
+
Receive SMS Messages
+
+
+
+
+ Enable two-way communication by configuring TextBee to forward
+ incoming SMS messages to your application. This is essential for
+ interactive workflows, verification codes, and customer
+ engagement.
+
+ Received messages are securely forwarded to TextBee's servers and
+ can be accessed via the dashboard, API, or automatically sent to
+ your webhook endpoints for real-time processing.
+
+
+
+
+
+
+
+ 5
+
+
Advanced Features
+
+
+
+
+ Once you've mastered the basics, explore TextBee's advanced
+ capabilities to enhance your SMS integration. These features help
+ scale your messaging operations and automate complex workflows.
+
+
+
+
+
+ •
+
+
+
Bulk SMS
+
+ Send to multiple recipients with a single API call for
+ efficient message broadcasting
+
+
+
+
+
+ •
+
+
+
Webhooks
+
+ Configure event-driven notifications for real-time updates
+ on message status
+
+
+
+
+
+ •
+
+
+
Multiple Devices
+
+ Connect several phones to increase throughput and add
+ redundancy
+
+
+
+
+
+ •
+
+
+
Self-hosting
+
+ Deploy TextBee on your own infrastructure for complete
+ control
+
+
+
+
+
+
+
+
+
+ Ready to explore more?
+
+
+ Use Cases
+
+
+
+
+
+
+
+
+
+
+
+
+
+
TextBee Pro
+
+
+
+ Upgrade to TextBee Pro for enhanced features and priority support.
+
+ TextBee eliminates the need for expensive SMS API services or
+ telecom contracts. By using your existing phone and mobile plan,
+ you can send SMS messages at standard rates without additional
+ per-message fees from third-party providers.
+
+
+
+ Easy Integration
+
+
+ Our RESTful API makes integration simple for developers using any
+ programming language. TextBee works seamlessly with web
+ applications, mobile apps, and backend services through standard
+ HTTP requests.
+
+ )
+}
diff --git a/web/app/(landing-page)/use-cases/page.tsx b/web/app/(landing-page)/use-cases/page.tsx
new file mode 100644
index 0000000..f3a7350
--- /dev/null
+++ b/web/app/(landing-page)/use-cases/page.tsx
@@ -0,0 +1,630 @@
+import { Metadata } from 'next'
+import { Card, CardContent } from '@/components/ui/card'
+import Link from 'next/link'
+import {
+ ShieldCheck,
+ ShoppingBag,
+ Calendar,
+ AlertTriangle,
+ Megaphone,
+ HeadsetIcon,
+ ExternalLink,
+ ArrowRight,
+} from 'lucide-react'
+
+export const metadata: Metadata = {
+ title: 'Use Cases | TextBee',
+ description:
+ 'Explore various use cases and applications for TextBee SMS Gateway Platform',
+}
+
+export default function UseCasesPage() {
+ return (
+ <>
+
+
+
+ TextBee Use Cases
+
+
+ Discover how businesses and developers leverage TextBee SMS Gateway
+ for a wide variety of applications. Get inspired by these common use
+ cases and implementations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Two-factor Authentication (2FA)
+
+
+
+
+ Enhance your application's security by implementing SMS-based
+ two-factor authentication. Add an extra layer of verification
+ to protect user accounts.
+
+ Keep customers informed about their orders with real-time SMS
+ updates. Improve customer experience with timely notifications
+ throughout the order lifecycle.
+
+ Reduce no-shows by sending automated appointment reminders to
+ clients. Perfect for medical practices, salons, consultants,
+ and service businesses.
+
+
+
+
Key Features:
+
+
Scheduled reminders (24h, 1h before appointments)
+
Interactive responses (reply to reschedule/cancel)
+
Calendar integration
+
+
+
+
+
+
+ JavaScript
+
+ Example:
+
+
+
+ {`// Schedule reminder job
+scheduler.scheduleJob(reminderTime, async () => {
+ await axios.post(\`https://api.textbee.dev/api/v1/gateway/devices/\${DEVICE_ID}/send-sms\`, {
+ recipients: [ appointment.phoneNumber ],
+ message: \`Reminder: Your appointment is tomorrow at \${appointment.time}. Reply CONFIRM to confirm or RESCHEDULE to change.\`
+ }, {
+ headers: { 'x-api-key': API_KEY }
+ });
+});`}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Emergency Alerts
+
+
+
+
+ Send critical notifications and emergency alerts to large
+ groups of people quickly. Perfect for natural disasters,
+ emergencies, and critical business communications.
+
+ Run targeted SMS marketing campaigns to engage customers and
+ drive sales. Perfect for promotions, event announcements, and
+ customer surveys.
+
+
+
+
+ Campaign Types:
+
+
+
Promotional offers and discounts
+
New product announcements
+
Event invitations
+
Customer surveys
+
+
+
+
+
+ Note: Always ensure you have proper consent
+ and comply with SMS marketing regulations in your region.
+
+
+
+
+
+
+
+
+
+
+
+
+ Customer Support
+
+
+
+
+ Provide customer support through two-way SMS communication.
+ Perfect for handling customer inquiries and feedback.
+
+
+
+
+ Implementation Steps:
+
+
+
Configure webhook for incoming SMS
+
Process and route messages to support agents
+
Send automated responses for common queries
+
Track conversation history
+
+
+
+
+
+
+ JavaScript
+
+ Example:
+
+
+
+ {`// Check for new messages
+const messages = await axios.get(
+ \`https://api.textbee.dev/api/v1/gateway/devices/\${DEVICE_ID}/get-received-sms\`,
+ { headers: { 'x-api-key': API_KEY } }
+);
+
+// Process and respond to messages
+for (const msg of messages.data) {
+ const response = await generateSupportResponse(msg.message);
+ await sendReply(msg.sender, response);
+}`}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Custom Integrations
+
+
+
+
+ TextBee can be integrated with various platforms and services.
+ Our REST API allows you to create custom integrations for almost
+ any application, automating SMS sending and receiving based on
+ triggers in your existing systems.
+
+
+
+
+
+
+
+
CRM Systems
+
+ Connect SMS messaging with customer records
+
+
+
+
+
+
+
+
Booking Software
+
+ Automate appointment confirmations
+
+
+
+
+
+
+
+
E-commerce
+
+ Send order & shipping updates
+
+
+
+
+
+
+
+
Automation Tools
+
+ Integrate with Zapier, IFTTT, etc.
+
+
+
+
+
+
+
Webhooks Support
+
+ Configure webhooks to receive notifications when SMS events
+ occur. Perfect for event-driven architectures and real-time
+ applications.
+
+
+ POST
+ https://your-server.com/webhook?event=sms_received&sender=+1234567890
+
+
+
+
+
+ API Documentation
+
+
+ Our comprehensive API documentation provides all the details
+ you need to integrate TextBee with your applications and
+ services.
+
+ Follow our step-by-step quickstart guide to set up TextBee
+ and start sending SMS messages in minutes. Whether you're
+ implementing 2FA, appointment reminders, or complex
+ integrations, we've got you covered.
+