eavz
Planning Center

Planning Center

Church management software for services, people, giving, and groups

6 actions
2 triggers

Actions

Name
list_people

List people from Planning Center

get_person

Get a person by ID from Planning Center

list_events

List calendar events from Planning Center

get_donations

List donations from Planning Center Giving

list_groups

List groups from Planning Center

custom_api_call

Make a custom API call to the Planning Center API

Triggers

Name
donation_received

Triggers when a new donation is received in Planning Center Giving

person_created

Triggers when a new person is created in Planning Center

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'planning-center',
  actionName: 'list_people',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Planning Center to my app?

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

What actions does Planning Center support?

Planning Center supports 6 actions including List People, Get Person, List Events, Get Donations, List Groups, and more.

Can I use Planning Center with AI agents?

Yes. Add Planning Center to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Planning Center use?

Planning Center uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Planning Center integration cost?

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

What triggers does Planning Center support?

Planning Center supports 2 triggers including Donation Received, Person Created.

Connect Planning Center in 2 minutes

Get 1,000 free actions every month. No credit card required.