Weavz
Wild Apricot

Wild Apricot

Membership, contacts, events, invoices, and payments for Wild Apricot associations and nonprofits.

20 tools

Tools

Name
list_contacts

List contacts or members with pagination and optional Wild Apricot query parameters.

get_contact

Get one Wild Apricot contact or member.

create_contact

Create a Wild Apricot contact or member.

update_contact

Update a Wild Apricot contact or member.

delete_contact

Delete a Wild Apricot contact.

list_contact_fields

List contact and membership fields available in Wild Apricot.

list_events

List Wild Apricot events visible to the connected account.

get_event

Get one Wild Apricot event.

create_event

Create a Wild Apricot event.

update_event

Update a Wild Apricot event.

delete_event

Delete a Wild Apricot event.

list_event_registrations

List event registrations for the connected Wild Apricot account.

get_event_registration

Get one event registration.

create_event_registration

Register a contact for an event.

update_event_registration

Update an event registration.

delete_event_registration

Delete an event registration.

list_invoices

List invoices with optional contact, event, or date filters.

get_invoice

Get one invoice.

list_payments

List payments with optional contact, event, or date filters.

get_payment

Get one payment.

Quick Start

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