Boulevard
Salon and med-spa client, appointment, location, service, report export, and webhook operations through Boulevard Admin API.
Tools
| Name | Description |
|---|---|
list_locationsList Boulevard business locations using the Admin GraphQL API. | List Boulevard business locations using the Admin GraphQL API. |
list_clientsList Boulevard clients with optional field-based search query. | List Boulevard clients with optional field-based search query. |
get_clientGet a Boulevard client by GraphQL ID. | Get a Boulevard client by GraphQL ID. |
create_clientCreate a Boulevard client with profile identifiers and contact fields. | Create a Boulevard client with profile identifiers and contact fields. |
update_clientUpdate a Boulevard client. Requires the exact client ID and only sends provided fields. | Update a Boulevard client. Requires the exact client ID and only sends provided fields. |
create_client_noteCreate a Boulevard note on a specific client. | Create a Boulevard note on a specific client. |
update_client_marketing_settingsUpdate email, SMS, and push marketing settings for one Boulevard client and reminder type. | Update email, SMS, and push marketing settings for one Boulevard client and reminder type. |
list_appointmentsList Boulevard appointments for a location. | List Boulevard appointments for a location. |
get_appointmentGet a Boulevard appointment by GraphQL ID. | Get a Boulevard appointment by GraphQL ID. |
update_appointmentUpdate Boulevard appointment notes, custom fields, or state for a specific appointment ID. | Update Boulevard appointment notes, custom fields, or state for a specific appointment ID. |
confirm_appointmentConfirm a Boulevard appointment and update its state to confirmed. | Confirm a Boulevard appointment and update its state to confirmed. |
cancel_appointmentCancel a Boulevard appointment by exact appointment ID. This changes the appointment state to canceled. | Cancel a Boulevard appointment by exact appointment ID. This changes the appointment state to canceled. |
list_servicesList Boulevard services. | List Boulevard services. |
create_report_exportCreate a Boulevard report export for a configured report ID. | Create a Boulevard report export for a configured report ID. |
create_account_credit_adjustmentDebit or credit a Boulevard client account balance. Positive balance delta credits; negative debits. | Debit or credit a Boulevard client account balance. Positive balance delta credits; negative debits. |
create_gift_cardCreate a Boulevard gift card and initial balance order. | Create a Boulevard gift card and initial balance order. |
create_gift_card_balance_adjustmentDebit or credit a Boulevard gift card balance. Use an idempotency key to deduplicate retries. | Debit or credit a Boulevard gift card balance. Use an idempotency key to deduplicate retries. |
Triggers
| Name | Description |
|---|---|
appointment_createdReceives a Boulevard appointment created webhook. Create the subscription in Boulevard using this trigger URL. | Receives a Boulevard appointment created webhook. Create the subscription in Boulevard using this trigger URL. |
appointment_canceledReceives a Boulevard appointment canceled webhook. Create the subscription in Boulevard using this trigger URL. | Receives a Boulevard appointment canceled webhook. Create the subscription in Boulevard using this trigger URL. |
client_createdReceives a Boulevard client created webhook. Create the subscription in Boulevard using this trigger URL. | Receives a Boulevard client created webhook. Create the subscription in Boulevard using this trigger URL. |
Quick Start
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.