Weavz
Appointedd

Appointedd

Appointment scheduling API for resources, services, availability, bookings, and booking webhooks.

API KeyCommerce
6 tools
3 triggers

Tools

Name
list_resources

List Appointedd resources such as staff, rooms, or equipment.

list_services

List Appointedd services that can be booked.

search_availability

Find available intervals for a service and one or more resources.

create_availability_slot

Reserve a single-use Appointedd availability slot before creating a booking.

create_booking

Convert an Appointedd availability slot into a booking with customer details.

get_booking

Retrieve one Appointedd booking by ID.

Triggers

Name
booking_created

Receives an Appointedd booking_created webhook. Configure the Weavz webhook URL in Appointedd.

booking_updated

Receives an Appointedd booking_updated webhook. Configure the Weavz webhook URL in Appointedd.

booking_cancelled

Receives an Appointedd booking_cancelled webhook. Configure the Weavz webhook URL in Appointedd.

Quick Start

TypeScript
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.