SKY Add-ins – New Donor Portal Extension Points

To extend add-ins functionality for the Donor Portal, we added the portal home page action, the portal profile page tab, and the portal feature configuration item to the list of extension points.

The Donor Portal extension points allow developers to extend functionality in the consumer-facing Donor Portal, as well as the configuration page for that portal. Because the Donor Portal is donor-facing, developers should be aware that the logged-in user for those extension points are not users at the organization, they are consumers.

In order to provide a cohesive experience for donors and organization users, it is recommended that developers make use of a combination of these extension points.

A sample that uses all three extension points and demonstrates how to use them can be found on Github.

Categories