Weavz
YellowSchedule

YellowSchedule

Scheduling and client-management API for appointments, available slots, contacts, services, users, and webhooks.

API KeyCommerce
11 tools
1 trigger

Tools

Name
list_contacts

List YellowSchedule contacts/clients with pagination.

create_contact

Create a YellowSchedule contact/client.

update_contact

Update a YellowSchedule contact/client by ID.

delete_contact

Delete a YellowSchedule contact/client by ID.

list_services

List YellowSchedule services.

list_users

List YellowSchedule users/staff.

list_available_slots

Check available YellowSchedule appointment slots.

list_appointments

List YellowSchedule appointments with required date range filters.

create_appointment

Create a YellowSchedule appointment.

update_appointment

Update a YellowSchedule appointment by ID.

delete_appointment

Delete a YellowSchedule appointment by ID.

Triggers

Name
appointment_webhook_received

Receives a YellowSchedule appointment webhook. Configure the Weavz webhook URL in YellowSchedule.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('yellow-schedule', 'list_contacts', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'yellow-schedule',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect YellowSchedule 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 YellowSchedule support?

YellowSchedule supports 11 tools including List Contacts, Create Contact, Update Contact, Delete Contact, List Services, and more.

Can I use YellowSchedule with AI agents?

Yes. Add YellowSchedule 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 YellowSchedule be used in stateful agent workflows?

Yes. Agents can combine YellowSchedule 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 YellowSchedule use?

YellowSchedule uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the YellowSchedule integration cost?

The YellowSchedule integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does YellowSchedule support?

YellowSchedule supports 1 triggers including Appointment Webhook Received.

Connect YellowSchedule in minutes

Get 20,000 free action executions every month. No credit card required.