Donorbox
Online fundraising platform for nonprofits with recurring donations and campaigns
Actions
| Name | Description |
|---|---|
get_campaignsList campaigns in Donorbox | List campaigns in Donorbox |
get_donationsList donations in Donorbox | List donations in Donorbox |
get_donorsList donors in Donorbox | List donors in Donorbox |
get_plansList recurring donation plans in Donorbox | List recurring donation plans in Donorbox |
custom_api_callMake a custom API call to the Donorbox API | Make a custom API call to the Donorbox API |
Triggers
| Name | Description |
|---|---|
donation_receivedTriggers when a new donation is received in Donorbox | Triggers when a new donation is received in Donorbox |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'donorbox',
actionName: 'get_campaigns',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Donorbox to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Donorbox support?
Donorbox supports 5 actions including Get Campaigns, Get Donations, Get Donors, Get Plans, Custom API Call.
Can I use Donorbox with AI agents?
Yes. Add Donorbox 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 Donorbox use?
Donorbox uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Donorbox integration cost?
The Donorbox integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Donorbox support?
Donorbox supports 1 triggers including Donation Received.
Connect Donorbox in 2 minutes
Get 1,000 free actions every month. No credit card required.