Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nango.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

This guide shows you how to create a Planning Center OAuth application and obtain Client ID and Client secret credentials for your Nango integration. Planning Center OAuth apps are created from a Planning Center account that can administer OAuth applications. If you’re building an integration for multiple churches, Planning Center recommends creating an OAuth app under an organization account you control (often your company), not an individual church account.
1

Create an OAuth application

  1. Open Planning Center OAuth applications: https://api.planningcenteronline.com/oauth/applications
  2. Create a new OAuth application.
  3. Set the redirect URL for Nango:
    • Redirect URI: https://api.nango.dev/oauth/callback
  4. Copy the Client ID and Client secret — you’ll paste these into your Nango integration settings.
2

Configure scopes

Scopes map to Planning Center products (People, Services, Calendar, etc.). Choose the scopes your integration needs from the Application Scopes list.
3

Next

Follow the Quickstart to connect your first account.
For more details, see the Planning Center API documentation and authentication overview.