API
⌘K
My Developer Account

Add-ons Insertion Points

The following "insertion points" are currently available for your add-on to affect the Planning Center user interface:

people.list.send_message

Opens a modal with your add-on content.

People list send message insertion point
  • args

    • listId: unique ID number of the list
    • listName: name or description of list
    • currentPersonId: current person (user) ID
    • currentOrganizationId: current organization (tenant) ID
    • closeModal: a function that closes the add-on modal when invoked

people.dashboards.background_checks.new

Opens a modal to start a background check from the background check dashboard.

  • args

    • currentPersonId: current person (user) ID
    • currentOrganizationId: current organization (tenant) ID
    • closeModal: a function that closes the add-on modal when invoked

people.profile.background_checks.new

Opens a modal to start a background check from a person's profile page.

  • args

    • personId: ID of person profile being viewed
    • currentPersonId: current person (user) ID
    • currentOrganizationId: current organization (tenant) ID
    • closeModal: a function that closes the add-on modal when invoked