Skip to content

Latest commit

 

History

History

PlanningCenter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Planning Center Integration Template

Automate integrating Planning Center interactions into your Orbit workspace with this GitHub Actions template

Screenshot of activity


There is one check included in the Planning Center automation template, it occurs once a day:

  1. Check for new event check-ins for a Planning Center event

If there are new check-ins they will be added to your Orbit workspace.

To use this workflow:

  • Copy the planning_center.yml file into your own GitHub repository inside your .github/workflows directory

  • The automation requires your Planning Center app ID and Planning Center API secret group URL be added to your GitHub repository secrets.

  • This workflow will automatically filter out any Planning Center activities that are older than the most recent Planning Center activity in your Orbit workspace currently.

    • To perform a historical import, that will send to Obit all of your Planning Center activities add the --historical-import flag to the workflow file on line 24: planningcenter_orbit --check-event-checkins --historical-import
    • You should only need to run a historical import once, and it is recommended to remove the --historical-import flag after.

Once the workflow and credentials have been added to your GitHub repository, the workflow will be activated. You do not need to do anything else to activate it.