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.
-
argslistId: unique ID number of the listlistName: name or description of listcurrentPersonId: current person (user) IDcurrentOrganizationId: current organization (tenant) IDcloseModal: 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.
-
argscurrentPersonId: current person (user) IDcurrentOrganizationId: current organization (tenant) IDcloseModal: 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.
-
argspersonId: ID of person profile being viewedcurrentPersonId: current person (user) IDcurrentOrganizationId: current organization (tenant) IDcloseModal: a function that closes the add-on modal when invoked