Appointedd
Appointment scheduling API for resources, services, availability, bookings, and booking webhooks.
Tools
| Name | Description |
|---|---|
list_resourcesList Appointedd resources such as staff, rooms, or equipment. | List Appointedd resources such as staff, rooms, or equipment. |
list_servicesList Appointedd services that can be booked. | List Appointedd services that can be booked. |
search_availabilityFind available intervals for a service and one or more resources. | Find available intervals for a service and one or more resources. |
create_availability_slotReserve a single-use Appointedd availability slot before creating a booking. | Reserve a single-use Appointedd availability slot before creating a booking. |
create_bookingConvert an Appointedd availability slot into a booking with customer details. | Convert an Appointedd availability slot into a booking with customer details. |
get_bookingRetrieve one Appointedd booking by ID. | Retrieve one Appointedd booking by ID. |
Triggers
| Name | Description |
|---|---|
booking_createdReceives an Appointedd booking_created webhook. Configure the Weavz webhook URL in Appointedd. | Receives an Appointedd booking_created webhook. Configure the Weavz webhook URL in Appointedd. |
booking_updatedReceives an Appointedd booking_updated webhook. Configure the Weavz webhook URL in Appointedd. | Receives an Appointedd booking_updated webhook. Configure the Weavz webhook URL in Appointedd. |
booking_cancelledReceives an Appointedd booking_cancelled webhook. Configure the Weavz webhook URL in Appointedd. | Receives an Appointedd booking_cancelled webhook. Configure the Weavz webhook URL in Appointedd. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('appointedd', 'list_resources', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'appointedd',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Appointedd 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 tools programmatically.
What tools does Appointedd support?
Appointedd supports 6 tools including List Resources, List Services, Search Availability, Create Availability Slot, Create Booking, and more.
Can I use Appointedd with AI agents?
Yes. Add Appointedd to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Appointedd be used in stateful agent workflows?
Yes. Agents can combine Appointedd tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Appointedd use?
Appointedd uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Appointedd integration cost?
The Appointedd integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Appointedd support?
Appointedd supports 3 triggers including Booking Created, Booking Updated, Booking Cancelled.
Connect Appointedd in minutes
Get 20,000 free action executions every month. No credit card required.