Fundraise Up
AI-optimized fundraising platform for donations, supporters, recurring plans, and donor portal links.
Tools
| Name | Description |
|---|---|
list_donationsList Fundraise Up donations with cursor pagination. | List Fundraise Up donations with cursor pagination. |
get_donationGet one Fundraise Up donation. | Get one Fundraise Up donation. |
create_donationCreate an offline/imported Fundraise Up donation using the documented request body. | Create an offline/imported Fundraise Up donation using the documented request body. |
update_donationUpdate a Fundraise Up donation. | Update a Fundraise Up donation. |
get_donation_feeCalculate the Fundraise Up fee for an amount and currency. | Calculate the Fundraise Up fee for an amount and currency. |
list_supportersList Fundraise Up supporters. | List Fundraise Up supporters. |
get_supporterGet one Fundraise Up supporter. | Get one Fundraise Up supporter. |
list_recurring_plansList recurring donation plans. | List recurring donation plans. |
get_recurring_planGet one recurring donation plan. | Get one recurring donation plan. |
list_eventsList Fundraise Up audit log events. | List Fundraise Up audit log events. |
list_fundraisersList peer-to-peer fundraisers. | List peer-to-peer fundraisers. |
create_fundraiserCreate a Fundraise Up fundraiser. | Create a Fundraise Up fundraiser. |
update_fundraiserUpdate a Fundraise Up fundraiser. | Update a Fundraise Up fundraiser. |
create_supporter_portal_linkCreate a Donor Portal access link for a supporter. | Create a Donor Portal access link for a supporter. |
create_donation_upgrade_linkCreate an upgrade link for a one-time donation. | Create an upgrade link for a one-time donation. |
Triggers
| Name | Description |
|---|---|
new_donationTriggers when Fundraise Up returns a donation created after the last poll. | Triggers when Fundraise Up returns a donation created after the last poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('fundraise-up', 'list_donations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'fundraise-up',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Fundraise Up to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Fundraise Up support?
Fundraise Up supports 15 tools including List Donations, Get Donation, Create Donation, Update Donation, Get Donation Fee, and more.
Can I use Fundraise Up with AI agents?
Yes. Add Fundraise Up 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 Fundraise Up be used in stateful agent workflows?
Yes. Agents can combine Fundraise Up 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 Fundraise Up use?
Fundraise Up uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Fundraise Up integration cost?
The Fundraise Up integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Fundraise Up support?
Fundraise Up supports 1 triggers including New Donation.
Connect Fundraise Up in minutes
Get 20,000 free action executions every month. No credit card required.