Weavz
Boulevard

Boulevard

Salon and med-spa client, appointment, location, service, report export, and webhook operations through Boulevard Admin API.

CustomCommerce
17 tools
3 triggers

Tools

Name
list_locations

List Boulevard business locations using the Admin GraphQL API.

list_clients

List Boulevard clients with optional field-based search query.

get_client

Get a Boulevard client by GraphQL ID.

create_client

Create a Boulevard client with profile identifiers and contact fields.

update_client

Update a Boulevard client. Requires the exact client ID and only sends provided fields.

create_client_note

Create a Boulevard note on a specific client.

update_client_marketing_settings

Update email, SMS, and push marketing settings for one Boulevard client and reminder type.

list_appointments

List Boulevard appointments for a location.

get_appointment

Get a Boulevard appointment by GraphQL ID.

update_appointment

Update Boulevard appointment notes, custom fields, or state for a specific appointment ID.

confirm_appointment

Confirm a Boulevard appointment and update its state to confirmed.

cancel_appointment

Cancel a Boulevard appointment by exact appointment ID. This changes the appointment state to canceled.

list_services

List Boulevard services.

create_report_export

Create a Boulevard report export for a configured report ID.

create_account_credit_adjustment

Debit or credit a Boulevard client account balance. Positive balance delta credits; negative debits.

create_gift_card

Create a Boulevard gift card and initial balance order.

create_gift_card_balance_adjustment

Debit or credit a Boulevard gift card balance. Use an idempotency key to deduplicate retries.

Triggers

Name
appointment_created

Receives a Boulevard appointment created webhook. Create the subscription in Boulevard using this trigger URL.

appointment_canceled

Receives a Boulevard appointment canceled webhook. Create the subscription in Boulevard using this trigger URL.

client_created

Receives a Boulevard client created webhook. Create the subscription in Boulevard using this trigger URL.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Boulevard to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Boulevard support?

Boulevard supports 17 tools including List Locations, List Clients, Get Client, Create Client, Update Client, and more.

Can I use Boulevard with AI agents?

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

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

Boulevard uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Boulevard integration cost?

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

What triggers does Boulevard support?

Boulevard supports 3 triggers including Appointment Created, Appointment Canceled, Client Created.

Connect Boulevard in minutes

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