Online Appointment Scheduling
Acuity Scheduling is a cloud-based appointment scheduling software that enables
businesses to manage their appointments and bookings online. The Acuity
Scheduling API allows developers to access and integrate the functionality of
Acuity Scheduling with other applications.
With the Acuity Scheduling API, you can:
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}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: