# Spintax Messaging in WAGHL

Instead of sending the exact same message to every contact, WAGHL intelligently rotates different words and phrases to generate unique messages for each recipient.

### Why Use Spintax?

When sending bulk messages, repeating the exact same text can:

* Look robotic
* Increase the chances of being flagged as spam

Spintax solves this by introducing variation into your messages, helping improve deliverability and engagement.

Platforms using similar techniques rely on message variation to “simulate human behavior” and avoid spam detection.

### How Spintax Works

Spintax uses a simple bracket format to define variations within your message.

#### Basic Syntax:

{Option 1 | Option 2 | Option 3}

Each time the message is sent, WAGHL randomly selects one of the options.

***

#### Example:

{Hi | Hello | Hey} {{contact.first\_name}},

{just checking in | wanted to follow up | reaching out} regarding your inquiry.

#### Possible Outputs:

* Hi John, just checking in regarding your inquiry.
* Hello John, wanted to follow up regarding your inquiry.
* Hey John, reaching out regarding your inquiry.
* Hi John, wanted to follow up regarding your inquiry.

Each contact receives a slightly different version.

***

### Where You Can Use Spintax

You can use Spintax anywhere you send messages in WAGHL:

* Bulk messaging campaigns
* Workflow automations
* Broadcast messages
* Follow-ups and nurturing sequences

***

### Best Practices <img src="/files/qSPSyPtMr6UDoZAliN0H" alt="" data-size="line">

To get the best results, follow these guidelines:

#### 1. Keep It Natural

Avoid overcomplicating your message with too many variations. Focus on key parts like:

* Greeting
* Opening line
* Call-to-action

#### 2. Combine with Personalization

Use merge fields along with Spintax:

{Hi | Hey} {{contact.first\_name}}

#### 3. Don’t Overdo It

You don’t need dozens of variations. Even small changes make a big difference.

#### 4. Use with Drip Messaging

Send messages gradually instead of all at once to maintain a natural sending pattern.

***

### Important Notes <img src="/files/nSZ7wiHxBHwYNKbYXYAd" alt="" data-size="line">

* Spintax improves variation, not message quality — your copy still matters.
* Always message contacts who have opted in.
* Avoid spammy or overly promotional language.

***

### Summary

Spintax Messaging in WAGHL helps you:

* Create unique message variations automatically
* Improve deliverability
* Reduce spam risk
* Make bulk messaging feel personal

***

If you need help setting up Spintax in your campaigns or workflows, feel free to reach out to support.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.waghl.com/features/spintax.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
