Finalsite
Finalsite school website data APIs for events, groups, memberships, households, relationships, and accounts.
Tools
| Name | Description |
|---|---|
list_eventsList Finalsite calendar and athletic events with date or modified-date filters. | List Finalsite calendar and athletic events with date or modified-date filters. |
list_groupsList Finalsite groups by import IDs, school year, role, or archive status. | List Finalsite groups by import IDs, school year, role, or archive status. |
post_groupsAdd or update Finalsite groups by XML payload. | Add or update Finalsite groups by XML payload. |
delete_groupsDelete Finalsite groups by ImportID list. | Delete Finalsite groups by ImportID list. |
list_membershipsList Finalsite group memberships with group, person, school-year, and role filters. | List Finalsite group memberships with group, person, school-year, and role filters. |
post_membershipsAdd or update Finalsite group memberships by XML payload. | Add or update Finalsite group memberships by XML payload. |
list_householdsList Finalsite households with optional ImportID and modified-date filters. | List Finalsite households with optional ImportID and modified-date filters. |
post_householdsAdd or update Finalsite households by XML payload. | Add or update Finalsite households by XML payload. |
list_relationshipsList Finalsite constituent relationships. | List Finalsite constituent relationships. |
update_constituent_passwordUpdate a constituent Finalsite password by username or ImportID. | Update a constituent Finalsite password by username or ImportID. |
Triggers
| Name | Description |
|---|---|
event_changedPolling trigger for Finalsite events changed on or after a date. | Polling trigger for Finalsite events changed on or after a date. |
Quick Start
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.