CharityEngine
Public CharityEngine event, peer-to-peer, campaign opt-in, and web payment endpoints.
Tools
| Name | Description |
|---|---|
search_eventsSearch public CharityEngine events. | Search public CharityEngine events. |
get_eventGet one public CharityEngine event by ID. | Get one public CharityEngine event by ID. |
search_peer_to_peer_donationsSearch public peer-to-peer donations. | Search public peer-to-peer donations. |
get_microsite_donationsGet public peer-to-peer donations for a microsite. | Get public peer-to-peer donations for a microsite. |
search_peer_to_peer_pagesSearch public peer-to-peer pages. | Search public peer-to-peer pages. |
get_microsite_pagesGet public peer-to-peer pages for a microsite. | Get public peer-to-peer pages for a microsite. |
search_team_membersSearch public peer-to-peer team members. | Search public peer-to-peer team members. |
list_opt_inOpt a contact into a CharityEngine campaign list. | Opt a contact into a CharityEngine campaign list. |
create_web_paymentPerform a CharityEngine public donation web payment using the official request body. | Perform a CharityEngine public donation web payment using the official request body. |
Quick Start
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.