SMS Blaster
Get SMS BlasterSupport
  • 👋Welcome to the SMS Blaster
  • 💡Fundamentals
    • Getting Started
    • Support
    • Release Notes
    • Feature Request
  • 📚Guides
    • Tips for writing effective SMS with SMS Blaster
    • SMS best practices for deliverability
    • How do I warm up my SIM card
    • Settings Overview
    • How to use placeholders
    • How to use spintext
    • How to use the phone number validator
    • How to use the phone number converter
    • How to send the same SMS to multiple receivers
    • How to insert line breaks and paragraphs in messages
    • How to send SMS from two or more cell phones
    • How to set custom delays between messages
    • How does SMS Blaster send SMS from my phone, and what’s the cost
  • 🛠️Troubleshooting
    • The SMS Blaster shows a success message in Excel, but the SMS are not actually sent
    • My SMS is marked as sent on my phone but the recipient does not receive it
    • Unable to click on buttons in the SMS Blaster
    • Pushbullet PRO Account Upgrade Issues
  • Resolving the “OLE Automation Error”
  • ⁉️FAQ
    • Why can't I find the Pushbullet app in the App Store?
    • How can I interrupt the sending process?
    • Can I also send MMS messages?
    • How much does sending SMS cost?
    • How many SMS messages can I send? Is there a limit?
    • Do I still need Pushbullet Pro if I have the SMS Blaster?
    • Does SMS Blaster work with my Excel version and mobile phone?
    • Can I view or modify the VBA code?
    • Do I need to register for A2P?
    • Can I send unlimited texts?
    • Can I use an eSIM?
    • How can I cancel my subscription?
    • How do I get a refund?
Powered by GitBook
On this page

Was this helpful?

  1. Guides

How to use spintext

Ever wish your messages didn’t sound like they were copied and pasted a hundred times over? That’s where spintext comes in.

What is spintext?

Spintext is a simple way to make your messages feel more human by adding variation. You define different versions of a word or phrase, and the tool randomly picks one each time the message is sent.

Here’s the basic format:

[[Hi|Hello|Hey]] Sarah, just checking in!

Possible output:

Hello Sarah, just checking in!

Every time a message goes out, one of those options is chosen at random. That way, even if the message content stays the same, it doesn’t feel the same.


Using spintext with placeholders

Spintext works perfectly with placeholders like {{FirstName}} or {{Company}}.

You can even nest placeholders inside spintext:

[[Hi {{FirstName}}|Hello {{FirstName}}|Hey there]]

Possible output:

Hey there

or

Hello Alex

This way, your message gets personalized and varied—without extra work.


A few tips

  • Use [[ ]] for spintext blocks

  • Separate options with | (the pipe symbol)

  • You can include as few or as many options as you want

  • [[]] (an empty block) just disappears in the final message

  • Each block is handled separately, even if there are multiple in the same message


FAQ

What happens if I only put one item inside the brackets?

It’ll just use that item—no randomization happens.

Can I put spintext inside another spintext block?

Nope. Nested spintext like [[option1|[[nested1|nested2]]]] isn’t supported. It’ll be ignored.

Can I add emojis, punctuation, or full sentences?

Absolutely. You can spin whole phrases if you like:

[[Thanks a lot!|Appreciate it.|Much obliged!]]
Will it choose a different result every time?

Yes—each message sent will process the spintext anew, picking random options independently.

Final thought

Spintext is a small trick with a big impact. Think of it like changing your tone when speaking to different people—it keeps things friendly, personal, and just a little more human.

Give it a try and see how your messages start feeling less like broadcasts, and more like conversations.

Last updated 6 days ago

Was this helpful?

📚