> 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/api/simplespa-enterprise-api/integrations/ideas-marketing-campaigns-with-zapier-make.com-integrately.md).

# Ideas: Marketing Campaigns with Zapier, Make.com, Integrately

## Example Use Cases

| Automation                             | How                                                                                                                                                                                                                            |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Send welcome email to new clients      | Use created field — If client is new, send a Mailchimp campaign or Gmail                                                                                                                                                       |
| Send reactivation SMS                  | If last\_visit > 6 months ago, send reminder through Twilio                                                                                                                                                                    |
| Upsell to frequent visitors            | If completed\_visits > 5, invite them to VIP membership via Mailchimp                                                                                                                                                          |
| Remind for next visit                  | Use next\_visit field to schedule WhatsApp/SMS reminders (note that SimpleSpa automatically will send out reminder Email/SMS to clients according to the set reminder period, by default 24h prior to their scheduled booking) |
| Sync clients to CRM                    | Send data to Hubspot, Salesforce, or Airtable                                                                                                                                                                                  |
| Segment marketing by completed\_visits | Tag clients automatically based on visit history                                                                                                                                                                               |

## Zapier / Make.com Template Example:

* Trigger: Webhook → Pull Clients API (per page)
* Filter: Only clients with completed\_visits > 5
* Action: Add to Mailchimp List “VIP Clients”

or

* Trigger: Webhook → Pull Clients API
* Filter: Clients where last\_visit is older than 6 months
* Action: Send SMS “We miss you!”

## Summary

* Clients API is now ready for Zapier, Make, Integrately, Pabbly, and others.
* GET or POST — flexible for any platform.
* New fields allow smarter segmentation and campaigns.


---

# 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/api/simplespa-enterprise-api/integrations/ideas-marketing-campaigns-with-zapier-make.com-integrately.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.
