Zapier

Integrate SimpleSpa with Zapier

Enterprise users can connect SimpleSpa to over 5,000 other applications using Zapier.

Example Use Cases

  • Add new appointments into Google Sheets automatically

  • Trigger emails or SMS when a new appointment is booked

  • Sync upcoming appointments into a project management system

  • Create CRM leads when appointments are confirmed

Zapier Example Setup

  1. Trigger App: Webhooks by Zapier

  2. Trigger Event: Retrieve Poll

  3. Your configuration should be similar to the following

Zapier with the SimpleSpa Appointments API

Let's do another example here to send a Happy Birthday to clients that may have not visited prior to April 30th, 2025 and have no future visits scheduled:

  1. Select "Webhooks by Zapier" > "Retrieve Poll"

Populate the fields as shown here, make sure to use your API Key

Webhook setup by Zapier with the SimpleSpa API
  1. Add "Email by Zapier"

Email by Zapier using the SimpleSpa API

Here is a basic HTML template you can use for these campaigns

Test the integration out to see that it works, it will send out an email if you have results in your API call

  • Use pagination (page and per_page) to avoid timeouts on large datasets.

  • Use the status filter to target only specific types of appointments (e.g., only Confirmed).

  • Appointments are sorted by start time ascending.

  • It is recommended to use caching and avoid polling the API more frequently than necessary.

  • Rate limits are recommended at no more than 1 request per minute to avoid potential throttling.

Last updated