Weavz
Finalsite

Finalsite

Finalsite school website data APIs for events, groups, memberships, households, relationships, and accounts.

10 tools
1 trigger

Tools

Name
list_events

List Finalsite calendar and athletic events with date or modified-date filters.

list_groups

List Finalsite groups by import IDs, school year, role, or archive status.

post_groups

Add or update Finalsite groups by XML payload.

delete_groups

Delete Finalsite groups by ImportID list.

list_memberships

List Finalsite group memberships with group, person, school-year, and role filters.

post_memberships

Add or update Finalsite group memberships by XML payload.

list_households

List Finalsite households with optional ImportID and modified-date filters.

post_households

Add or update Finalsite households by XML payload.

list_relationships

List Finalsite constituent relationships.

update_constituent_password

Update a constituent Finalsite password by username or ImportID.

Triggers

Name
event_changed

Polling trigger for Finalsite events changed on or after a date.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Finalsite supports 10 tools including List Events, List Groups, Post Groups, Delete Groups, List Memberships, and more.

Can I use Finalsite with AI agents?

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

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

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

How much does the Finalsite integration cost?

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

What triggers does Finalsite support?

Finalsite supports 1 triggers including Event Changed.

Connect Finalsite in minutes

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