Planning Center
Church management software for services, people, giving, and groups
Actions
| Name | Description |
|---|---|
list_peopleList people from Planning Center | List people from Planning Center |
get_personGet a person by ID from Planning Center | Get a person by ID from Planning Center |
list_eventsList calendar events from Planning Center | List calendar events from Planning Center |
get_donationsList donations from Planning Center Giving | List donations from Planning Center Giving |
list_groupsList groups from Planning Center | List groups from Planning Center |
custom_api_callMake a custom API call to the Planning Center API | Make a custom API call to the Planning Center API |
Triggers
| Name | Description |
|---|---|
donation_receivedTriggers when a new donation is received in Planning Center Giving | Triggers when a new donation is received in Planning Center Giving |
person_createdTriggers when a new person is created in Planning Center | Triggers when a new person is created in Planning Center |
Quick Start
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.