eavz
Donorbox

Donorbox

Online fundraising platform for nonprofits with recurring donations and campaigns

Basic AuthFinance
5 actions
1 trigger

Actions

Name
get_campaigns

List campaigns in Donorbox

get_donations

List donations in Donorbox

get_donors

List donors in Donorbox

get_plans

List recurring donation plans in Donorbox

custom_api_call

Make a custom API call to the Donorbox API

Triggers

Name
donation_received

Triggers when a new donation is received in Donorbox

Quick Start

TypeScript
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.