eavz
Classy

Classy

Online fundraising platform for nonprofit organizations

OAuth2Finance
6 actions
2 triggers

Actions

Name
get_campaign

Get a campaign by ID

create_campaign

Create a new fundraising campaign in Classy

get_donations

List donation transactions for a campaign

get_supporters

List supporters for a campaign

get_fundraising_pages

List fundraising pages for a campaign

custom_api_call

Make a custom API call to the Classy API

Triggers

Name
donation_received

Triggers when a new donation is received via Classy

supporter_registered

Triggers when a new supporter registers via Classy

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'classy',
  actionName: 'get_campaign',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Classy to my app?

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

What actions does Classy support?

Classy supports 6 actions including Get Campaign, Create Campaign, Get Donations, Get Supporters, Get Fundraising Pages, and more.

Can I use Classy with AI agents?

Yes. Add Classy to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Classy use?

Classy uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Classy integration cost?

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

What triggers does Classy support?

Classy supports 2 triggers including Donation Received, Supporter Registered.

Connect Classy in 2 minutes

Get 1,000 free actions every month. No credit card required.