Optimized Donation Form Sky Add In

We would like to use the Optimized Donation form for our Employee Campaign, but include an add-in for the employees to enter in their Employee ID.

So far, I have created an application record on Developer.blackbaud.com.

Created a very simple adaptive card for them to enter their ID number. The Json is:

{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"body": [
{
"type": "Input.Number",
"placeholder": "MHS ID#",
"label": "Employee ID"
}
]
}

I did start modifying the Power Automate Template:Create an Adaptive Card SKY Add-in but I really don't understand it or know if I need to use it.

But, I don't understand what I need to do from here. Is what I want to do even possible? Basically I just need to add a fillable numeric field that will be present on the gift record.

Answers

  • Erik Leaver
    Erik Leaver Blackbaud Employee
    Tenth Anniversary Kudos 5 First Reply Name Dropper

    Hi @Lauren Gannon - I don't think it's an optimal workflow for someone to create a gift using the Optimized Donation form and then go into RENXT and use an adaptive card to add additional information.

    I'd suggest using a standard donation form and adding a custom field for the Employee ID. There are other API based options but those require more significant development.

Categories