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.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.
Create an OAuth application
-
Open Planning Center OAuth applications:
https://api.planningcenteronline.com/oauth/applications - Create a new OAuth application.
-
Set the redirect URL for Nango:
- Redirect URI:
https://api.nango.dev/oauth/callback
- Redirect URI:
- Copy the Client ID and Client secret — you’ll paste these into your Nango integration settings.
Configure scopes
Scopes map to Planning Center products (People, Services, Calendar, etc.). Choose the scopes your integration needs from the Application Scopes list.
Next
Follow the Quickstart to connect your first account.