Weavz
CharityEngine

CharityEngine

Public CharityEngine event, peer-to-peer, campaign opt-in, and web payment endpoints.

9 tools

Tools

Name
search_events

Search public CharityEngine events.

get_event

Get one public CharityEngine event by ID.

search_peer_to_peer_donations

Search public peer-to-peer donations.

get_microsite_donations

Get public peer-to-peer donations for a microsite.

search_peer_to_peer_pages

Search public peer-to-peer pages.

get_microsite_pages

Get public peer-to-peer pages for a microsite.

search_team_members

Search public peer-to-peer team members.

list_opt_in

Opt a contact into a CharityEngine campaign list.

create_web_payment

Perform a CharityEngine public donation web payment using the official request body.

Quick Start

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

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

const result = await weavz.actions.execute('charityengine', 'search_events', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'charityengine',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect CharityEngine to my app?

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

What tools does CharityEngine support?

CharityEngine supports 9 tools including Search Events, Get Event, Search Peer-to-Peer Donations, Get Microsite Donations, Search Peer-to-Peer Pages, and more.

Can I use CharityEngine with AI agents?

Yes. Add CharityEngine 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 CharityEngine be used in stateful agent workflows?

Yes. Agents can combine CharityEngine 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 CharityEngine use?

CharityEngine uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the CharityEngine integration cost?

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

Connect CharityEngine in minutes

Get 20,000 free action executions every month. No credit card required.