template) for creating person notes in Planning Center People.
Prerequisites
- Connected Planning Center account (setup guide)
- Active Notes product subscription (billing)
- Existing note categories in Planning Center (used for category validation)
Workflow
- In Import Home, choose Notes.
- Download the notes template.
- Fill the template.
- Upload your file (
.csv,.xls,.xlsx; max 50 MB). - Wait for upload processing.
- Resolve unresolved rows on the Import screen.
- Complete the batch.
Template Columns
| Column Name | Required | Notes |
|---|---|---|
| Note Category | Yes | Must exactly match an existing Planning Center note category name. |
| First Name | Yes | Used for person matching. |
| Last Name | Yes | Used for person matching. |
| Note | Yes | Note body text. |
| Remote ID | No | Must be unsigned integer when provided. |
| No | Improves matching. | |
| Phone Number | No | Improves matching (normalized internally). |
| Created By | No | Appended to the note body as Created by: .... |
| Created At | No | Parsed using supported date formats. |
| Updated At | No | Parsed using supported date formats. |
Person Matching Behavior
For notes batches, Port uses:ShouldUseRemoteID = trueShouldStrictMatchPerson = trueShouldAutoCreatePerson = false