> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/marketing/ai-campaign-generator.md).

# AI Campaign Generator

SimpleSpa’s AI Campaign Generator helps you create compelling marketing campaigns in seconds. Powered by OpenAI, this tool generates subject lines, SMS texts, and beautiful promotional emails—ready to send.

***

### 🚀 How It Works

1. Click “Generate with AI”

   You’ll find this button under the *New Campaign* tab in your Marketing Tools.
2. Describe Your Campaign

   Type what you want to promote—like a special offer or an announcement. You can also pick from helpful examples.
3. Preview & Edit

   The AI will generate:

   * A subject line (for your email)
   * An SMS message (max 160 characters)
   * A responsive HTML email (pre-filled and styled)

### 📋 Example Prompts

Here are some pre-written ideas you can use:

| Category              | Prompt                                                                       |
| --------------------- | ---------------------------------------------------------------------------- |
| This Month’s Specials | Promote my \[Month] specials for skincare products.                          |
| New Staff             | Announce our new massage therapist and limited-time booking discount.        |
| Holiday Hours         | Send a reminder about our upcoming holiday closure and booking availability. |
| Bundle Promotion      | Highlight a limited-time bundle for manicure + pedicure.                     |
| Birthday Promo        | Offer a birthday month discount for returning clients.                       |
| Referral Offer        | Encourage referrals with a reward for both the client and their friend.      |
| Flash Sale            | Announce a 24-hour flash sale on select services.                            |
| Gift Card Deal        | Promote a bonus gift card offer—e.g. get $10 free for every $100 spent.      |
| Client Appreciation   | Thank loyal clients with a special appreciation week offer.                  |

### ⚠️ Best Practices

* Keep it simple: Prompts should be under 200 characters.
* Stay specific: Mention the service, timing, or reason for your promotion.
* Edit before submitting: AI-generated content is editable—make it personal!

<figure><img src="/files/bimVbLFQKqYIiBp7B6R8" alt=""><figcaption><p>AI Generate with AI button in the SimpleSpa Makreting Tools</p></figcaption></figure>

<figure><img src="/files/mHKmLPxs3t4etQZAKtCW" alt=""><figcaption><p>AI Prompt Screen, here you can either select one of the sample campaigns available or enter your own description</p></figcaption></figure>

<figure><img src="/files/pzxuxlRmN6U2DelRLqrz" alt=""><figcaption><p>AI Generated response for Subject and SMS/Text fields</p></figcaption></figure>

<figure><img src="/files/naaw1fkMx0RMN23e6uKK" alt=""><figcaption><p>AI Generated Email Campaign</p></figcaption></figure>

***

### 🧠 How It’s Personalized

The AI uses:

* Your business name and phone number
* Your logo and theme colors
* Your website booking link
* Your location name and address (if provided)
* Your current services (up to 100, used for context)

***

### 📦 Output Format

The generated email uses a responsive template with:

* Logo + Business Name
* A headline + greeting
* Image placeholder
* A styled “Book Now” button
* Footer with location, address, and contact details


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplespa.net/simplespa-documentation/fundamentals/marketing/ai-campaign-generator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
