Skip to content

Fellowship One and Planning center online integration

License

Notifications You must be signed in to change notification settings

tracymazelin/f1-pco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fellowship One to Planning Center Online Sync.

Demo at http://f1topco.apphb.com

This ASP.NET MVC web app uses the Fellowship One API and Planning Center Online API to sync demographic data from F1 to PCO. Currently this is a one way sync only.

Requirements

  • ASP.NET MVC 2.0
  • MS SQL Server 2008

Config

The database script for the application is located in the scripts directory. It includes tables and procedures for the application as well as for the ELMAH error logging component.

You will need to apply for a key for the Fellowship One API as well as the Planning Center Online API. Once you have your consumer keys and secrets you will need to add them to the web.config for the application. There are settings for both the key and secret for both APIs.

In order for the application to know which users it needs to sync an attribute with the name of "SyncMe" needs to be added to each individual record in Fellowship One. After the initial sync the Planning Center Online ID will be written as data to the attribute for the F1 individual to make syncing easier on subsequent runs.

Workflow

The application will query the Fellowship One API for all individuals that contain the "SyncMe" attribute. It will then take this collection of individuals and query the PCO API in an effort to find matches. This search is done my name and email address. If a direct match is found then name, address and communication values from F1 are synced to PCO. If multiple matches are found, the user is presented with a screen to select the correct match or create a new use in PCO. If no match is found then a new person is created in PCO.

About

Fellowship One and Planning center online integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published