We are integrating with the SKY API Checkout transaction endpoint: POST https://api.sky.blackbaud.com/payments/v1/checkout/transaction Request body: { "amount": 100, "authorization_token": "<token>" } Response: { "error": "ChargeTransactionNullArgument", "message": "Transaction is required." } Could you confirm the…
I'm a SKY API beginner and I'm wondering if there is an existing Add-in, or way to create an Add-In, for an NXT Online Giving form that allows a "swipe" or "tap-to-pay" option using an in-person Blackbaud Terminal (preferably the small M2 reader instead of the big BBPOS WisePos). We have an existing tablet donation kiosk…
Trying to build an automation to update the prospect status for people daily based on a list. I'm not finding anything in Power Automate for prospects other than “get” the prospect status. Am I missing something and if not, anyone have any workarounds?
Hi Everyone, my name is Jonathan Gottlieb and I'm running into an issue where my Constituent Tile add-in does not appear in any NXT Constituent Records and my Power Automate Flow with my adaptive card does not run. Blackbaud/NXT Side: -My app is connected to the same environment as the constituent records I'm checking -I…
I am currently in the process of completing an integration between RE and the OneCause platform. I am wondering if someone can provide tips on how to begin this process. I have received instructions from OneCause on the overview, setup, & endpoint guide.
If I run this API query: /constituents?include_inactive=true I'm getting ~99% of the constituents in the database. (390341 in my API call vs. 394386 in NXT database view.) Any idea which ones are missing?
We are working with CVENT to integrate the event registrants with RENXT. For Event participants that match a constituent record, the integration is working to create an event participant. But for those that don't match a current constituent record, we keep experiencing an error when trying to create an event participant…
I'm trying to determine which API (or multiples) I should be using to be able to build a flow that will send me a single email listing all Action records that have an Attachment on them? I have something already that provides me the Constituent records that have Attachments, but was unsuccessful in converting it to do…
Just doing a POST to https://api.sky.blackbaud.com/gift/v1/gifts { "amount": { "value": 1 }, "constituent_id": "78559", "date": "2026-03-23T00:00:00Z", "gift_splits": [{ "amount": { "value": 1 }, "fund_id": "20" }], "is_anonymous": false, "payments": [{ }], "type": "Donation" } Returns me a "Error converting value" Been…
I have a Power Automate flow/adaptive card in RE NXT that allows users to request to be assigned as a fundraiser for a given constituent (this was from the 3-day lab from 2025 BBDevDays). I'm working to update this PA flow so that, in addition to creating the fundraiser assignment, it will also add the Prospect Status and…
It looks like you're new here. Sign in or register to get started.