What do you want to automate

with Acuity Scheduling and BenchmarkONE?

Prompt, edit and deploy AI agents that connect to Acuity Scheduling, BenchmarkONE and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Add Blocked Off Time with Acuity Scheduling API on New Webhook Automation Event (Instant) from BenchmarkONE API
BenchmarkONE + Acuity Scheduling
 
Try it
Add Note to Contact with BenchmarkONE API on New Appointment (Instant) from Acuity Scheduling API
Acuity Scheduling + BenchmarkONE
 
Try it
Add Note to Contact with BenchmarkONE API on New Appointment Canceled (Instant) from Acuity Scheduling API
Acuity Scheduling + BenchmarkONE
 
Try it
Add Tag to Contact with BenchmarkONE API on New Appointment (Instant) from Acuity Scheduling API
Acuity Scheduling + BenchmarkONE
 
Try it
Add Tag to Contact with BenchmarkONE API on New Appointment Canceled (Instant) from Acuity Scheduling API
Acuity Scheduling + BenchmarkONE
 
Try it
New Appointment (Instant) from the Acuity Scheduling API

Emit new event when an appointment is scheduled.

 
Try it
New Appointment Canceled (Instant) from the Acuity Scheduling API

Emit new event when an appointment is canceled.

 
Try it
New Webhook Automation Event (Instant) from the BenchmarkONE API

Emit new event when a webhook automation step is triggered in BenchmarkONE.

 
Try it
Add Blocked Off Time with the Acuity Scheduling API

Blocks a specific time slot on your schedule to prevent the scheduling of any appointments during this particular time range. See the documentation

 
Try it
Add Note to Contact with the BenchmarkONE API

Adds a note to a BenchmarkONE contact. See the documentation

 
Try it
Find Appointments by Client Info with the Acuity Scheduling API

Retrieves existing appointments using the client's information, allowing you to track all the appointments associated with a specific client. See the documentation

 
Try it
Add Tag to Contact with the BenchmarkONE API

Adds tags to a contact. If the contact does not exist, it will be created first. See the documentation

 
Try it
Create Contact with the BenchmarkONE API

Creates a new contact in BenchmarkONE. See the documentation

 
Try it
Integrate the Acuity Scheduling API with the BenchmarkONE API
Setup the Acuity Scheduling API trigger to run a workflow which integrates with the BenchmarkONE API. Pipedream's integration platform allows you to integrate Acuity Scheduling and BenchmarkONE remarkably fast. Free for developers.

Overview of Acuity Scheduling

Acuity Scheduling API allows you to tap into the functionality of Acuity Scheduling, a cloud-based appointment scheduling software. With this API on Pipedream, you can automate appointment creation, modifications, and cancellations, as well as sync customer data across your tech stack. The API lets you fetch detailed information about schedules, available time slots, and calendar events. Create dynamic, real-time integrations with CRMs, email marketing platforms, or payment gateways to streamline your scheduling and business processes.

Connect Acuity Scheduling

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    acuity_scheduling: {
      type: "app",
      app: "acuity_scheduling",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://acuityscheduling.com/api/v1/me`,
      headers: {
        Authorization: `Bearer ${this.acuity_scheduling.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect BenchmarkONE

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    benchmarkone: {
      type: "app",
      app: "benchmarkone",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.hatchbuck.com/api/v1/settings/source`,
      params: {
        api_key: `${this.benchmarkone.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo