Access your online account from any web browser.
Two-way SMS functionality that integrates with multiple platforms.
Manage your SMS communications from your desktop.
Send bulk SMS text messages using our iOS mobile app.
Receive incoming messages directly from your customers.
Get your own 5 digit shortcode.
Find out more about the SMS solutions we offer here.
Integrate using our API and send SMSes automatically.
Take a read through our APIs and see what suits you.
Featuring our infographics, how to’s and industry specific use cases.
A useful resource for those with questions. FAQ’s and video tutorials.
A look into how our customers are innovating with our products.
Practice safe sending. Check out the regional regulations for your country.
Highlighting the current trends and hottest news in the messaging industry.
A complete guide to our Privacy Policy and Terms and Conditions of Service.
Log into your BulkSMS.com online account here.
Log into the BulkSMS Integration Gateway here.
Use concatenation to combine information in different cells in a spreadsheet.
This is used to either add leading numbers to cell numbers, i.e. the country code or leading zero, or to make a personalized message for Multi-Message uploads. This will require a spreadsheet program - the directions are for Excel but can be applied to other spreadsheets such as OpenOffice.org.
Adding country codes or leading zero to cell numbers.
Open the Excel spreadsheet that contains the incomplete cell number. This example assumes that Cell A contains the cell number and Cell B and C contain first name and surname.
Insert 3 new columns before column A.
Leave the new column A blank. In column B type the formula. In column C enter the country code or leading zero.
The formula you will use is: =concatenate(c1,d1) The formula will need to contain the correct row number and will display the combined information of the cells. Use the drag or copy feature to add this formula to each row.
Column B will show the combined information from columns C and D. Then copy column B. Select column A. Select 'Paste Special'. Select 'Value' to paste. This will then paste the text and not the formula. Delete columns B, C and D You will be left with cell number in A and First name and Surname in B and C. Save as: 'Text (Tab-delimited) File'
Create a personalized Multi-Message Text (Tab delimited) File
Open the Excel spreadsheet that contains the cell number and name. This example assumes that column A contains the cell number and column b contains the name.
In column C type a space and the standard message. (The leading space will be needed for concatenation.). In column D enter the formula.
The formula you will use is: =concatenate(b1,c1) The formula will need to contain the correct row number and will display the combined information of the cells. Use the drag or copy feature to add this formula to each row.
Column D will show the combined information from columns C and D. Then copy column D. Select column E. Select 'Paste Special'. Select 'Value' to paste. This will then paste the text and not the formula. Delete columns B, C and D You will be left with cell number in A and personalized message in column B.