Free Online Appointment Scheduling Software
With the Calendly API, you can:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
calendly: {
type: "app",
app: "calendly",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://calendly.com/api/v1/users/me`,
headers: {
"X-TOKEN": `${this.calendly.$auth.api_key}`,
},
})
},
})
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: