Sending bulk SMS
Learn how to send personalized SMS to multiple recipients using CSV upload in the textbee.dev dashboard.
Send personalized bulk SMS by uploading a CSV file in the dashboard.
Prerequisites
- A textbee.dev account
- A registered Android device
CSV upload
- Open the dashboard and go to the bulk SMS / CSV upload section.
- Upload a CSV that has a phone number column and any extra columns you want in your message (e.g. name, orderId).
Example CSV:
phone,name,orderId
+1234567890,John,1001
+0987654321,Jane,1002
- Select your registered device.
- Choose the recipient column (e.g.
phone). - Write a message template using
{{ columnName }}β each recipient gets a message with their rowβs values:
Example: Hello {{ name }}, your order #{{ orderId }} is ready!
- Preview for a recipient to confirm the template, then send.
Next Steps
- Receive SMS - Handle incoming messages
- Set up webhooks - Get real-time notifications for incoming messages
- Check pricing - Plan details and limits
Need help? Check our FAQ or contact support.