Oncehub
Build meaningful on-brand scheduling experiences with OnceHubs online appointment booking software
Actions
| Name | Description |
|---|---|
findContactSearch for contacts in Oncehub by various criteria | Search for contacts in Oncehub by various criteria |
createContactCreate a new contact in Oncehub. Either email or mobile_phone is required. | Create a new contact in Oncehub. Either email or mobile_phone is required. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
bookingCanceledThenRescheduledTriggered when Customer cancels a booking and then reschedules on a different booking page. | Triggered when Customer cancels a booking and then reschedules on a different booking page. |
bookingCanceledTriggered when User or Customer cancels a booking | Triggered when User or Customer cancels a booking |
bookingCompletedTriggered when booking end time has passed. | Triggered when booking end time has passed. |
bookingNoshowTriggered when User sets the completed booking to No-show | Triggered when User sets the completed booking to No-show |
bookingRescheduledTriggered when Customer reschedules a booking on the same booking page and Customer reschedules a booking following a request from the User to reschedule | Triggered when Customer reschedules a booking on the same booking page and Customer reschedules a booking following a request from the User to reschedule |
bookingScheduledTriggered when Customer schedules a booking and when User approves a booking requested by a Customer | Triggered when Customer schedules a booking and when User approves a booking requested by a Customer |
conversationAbandonedTriggered when website visitor stops interacting with a bot for more than 10 minutes. | Triggered when website visitor stops interacting with a bot for more than 10 minutes. |
conversationClosedTriggered when: Website visitor reaches the end of the conversation flow and when Website visitor starts a new conversation with a different chatbot | Triggered when: Website visitor reaches the end of the conversation flow and when Website visitor starts a new conversation with a different chatbot |
conversationStartedTriggered when website visitor starts interacting with a chatbot. | Triggered when website visitor starts interacting with a chatbot. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'oncehub',
actionName: 'findContact',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Oncehub to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Oncehub support?
Oncehub supports 3 actions including Find Contact, Create Contact, Custom API Call.
Can I use Oncehub with AI agents?
Yes. Add Oncehub to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Oncehub use?
Oncehub uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Oncehub integration cost?
The Oncehub integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Oncehub support?
Oncehub supports 9 triggers including Booking Canceled Then Rescheduled, Booking Canceled, Booking Completed, Booking No-Show, Booking Rescheduled, and more.
Connect Oncehub in 2 minutes
Get 1,000 free actions every month. No credit card required.