Don't keep your leads waiting. Capture, qualify, and engage with inbound leads in minutes, not days.
Go to siteOnceHub API is an efficient and reliable way to build automated, programmatically managed appointment scheduling for your organization. With the OnceHub API, you can build a wide range of applications like booking systems, appointment and event scheduling, automated marketing campaigns, and much more.
Some of the specific applications that you can create with OnceHub API include:
By leveraging OnceHub API, businesses can create more efficient and cost-effective appointment management processes, helping to reduce manual labor and free up time to focus on other areas of their business. Moreover, with the ability to manage booking and scheduling across multiple time zones, businesses can better optimize their resources for better performance.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
oncehub: {
type: "app",
app: "oncehub",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.oncehub.com/v2/test`,
headers: {
"Accept": `application/json`,
"API-Key": `${this.oncehub.$auth.api_key}`,
},
})
},
})
Emit new event when a booking is canceled. See the docs
Emit new event when a customer cancels a booking and then reschedules on a different booking page. See the docs
Emit new event when the status of a booking is changed. See the docs
Emit new event when a user sets the completed booking to No-show. See the docs
Emit new event when a booking is rescheduled. See the docs
OnceHub uses API keys for authentication. When you connect your OnceHub account, Pipedream securely stores the keys so you can easily authenticate to OnceHub APIs in both code and no-code steps.
To retrieve your API key,