Actions
| Name | Description |
|---|---|
get_campaignGet a campaign by ID | Get a campaign by ID |
create_campaignCreate a new fundraising campaign in Classy | Create a new fundraising campaign in Classy |
get_donationsList donation transactions for a campaign | List donation transactions for a campaign |
get_supportersList supporters for a campaign | List supporters for a campaign |
get_fundraising_pagesList fundraising pages for a campaign | List fundraising pages for a campaign |
custom_api_callMake a custom API call to the Classy API | Make a custom API call to the Classy API |
Triggers
| Name | Description |
|---|---|
donation_receivedTriggers when a new donation is received via Classy | Triggers when a new donation is received via Classy |
supporter_registeredTriggers when a new supporter registers via Classy | Triggers when a new supporter registers via Classy |
Quick Start
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.