Make.com
Integrate SimpleSpa with Make.com
Step-by-Step: Connect SimpleSpa API to Make.com
Create a new Scenario
Click “Create a new Scenario”.
Click the big purple plus (+) to add a module.
Search for and select “HTTP”
In the search bar, type “HTTP”.
Choose HTTP > Make a Request.
Configure the HTTP Request
Here’s how to fill it:
Example API Request: Retrieve Clients with July Birthdays
This API request helps you identify clients with birthdays in July, making it a powerful tool for personalized outreach
Take this even further and consider adding more variables later on to improve retention, i.e. reaching out to clients that have their upcoming birthday and also haven't visited for while i.e. here is a scenario where the Client has their birthday in July and has not visited prior to 2024-10-30
Run Once to Test
Click Run Once (big button at the bottom).
Make.com will send the request and show you the response data.
If your API is good, it will say:
success: true
From the Output section, expand Data to review & verify the results
Add More Steps (optional)
Now you can:
Send the clients to Google Sheets
Send an email
Create tasks
Whatever you want — Make is very flexible.
Just click the (+) again to add more actions.
Taking this one step further
Let's do one more step to see how this would work to send an email with a simple Gmail connection
Select Gmail > Send an Email
Connect your account
Populate the following fields
To
Subject
Content
We have created a simple template for you to edit and paste in the Content section
Save and then you can "Run Once" to send out the email(s)
Important Tips
Authorization must be exact → Authorization: Bearer YOUR_API_KEY
Body must be valid JSON if you are using POST
If you want, you can also switch to GET and pass parameters in URL like:
https://my.simplespa.com/api/appointments.php?start=2025-04-01&end=2025-04-30&page=1&per_page=100
Make will automatically parse JSON for you after the request.
Last updated