Wild Apricot
Membership, contacts, events, invoices, and payments for Wild Apricot associations and nonprofits.
Tools
| Name | Description |
|---|---|
list_contactsList contacts or members with pagination and optional Wild Apricot query parameters. | List contacts or members with pagination and optional Wild Apricot query parameters. |
get_contactGet one Wild Apricot contact or member. | Get one Wild Apricot contact or member. |
create_contactCreate a Wild Apricot contact or member. | Create a Wild Apricot contact or member. |
update_contactUpdate a Wild Apricot contact or member. | Update a Wild Apricot contact or member. |
delete_contactDelete a Wild Apricot contact. | Delete a Wild Apricot contact. |
list_contact_fieldsList contact and membership fields available in Wild Apricot. | List contact and membership fields available in Wild Apricot. |
list_eventsList Wild Apricot events visible to the connected account. | List Wild Apricot events visible to the connected account. |
get_eventGet one Wild Apricot event. | Get one Wild Apricot event. |
create_eventCreate a Wild Apricot event. | Create a Wild Apricot event. |
update_eventUpdate a Wild Apricot event. | Update a Wild Apricot event. |
delete_eventDelete a Wild Apricot event. | Delete a Wild Apricot event. |
list_event_registrationsList event registrations for the connected Wild Apricot account. | List event registrations for the connected Wild Apricot account. |
get_event_registrationGet one event registration. | Get one event registration. |
create_event_registrationRegister a contact for an event. | Register a contact for an event. |
update_event_registrationUpdate an event registration. | Update an event registration. |
delete_event_registrationDelete an event registration. | Delete an event registration. |
list_invoicesList invoices with optional contact, event, or date filters. | List invoices with optional contact, event, or date filters. |
get_invoiceGet one invoice. | Get one invoice. |
list_paymentsList payments with optional contact, event, or date filters. | List payments with optional contact, event, or date filters. |
get_paymentGet one payment. | Get one payment. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('wild-apricot', 'list_contacts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'wild-apricot',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Wild Apricot 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 Wild Apricot support?
Wild Apricot supports 20 tools including List Contacts, Get Contact, Create Contact, Update Contact, Delete Contact, and more.
Can I use Wild Apricot with AI agents?
Yes. Add Wild Apricot 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 Wild Apricot be used in stateful agent workflows?
Yes. Agents can combine Wild Apricot 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 Wild Apricot use?
Wild Apricot uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Wild Apricot integration cost?
The Wild Apricot integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Wild Apricot in minutes
Get 20,000 free action executions every month. No credit card required.