Hi Everyone, I am planning to work on Updating inactive email address using SKY API using Python by calling the Patch Email Address (Edit) https://api.sky.blackbaud.com/constituent/v1/emailaddresses/{email_address_id} When I look at the URL of API call we are not passing any Authorization Token and API Subscription Key in…
Hi everyone, We're working on our first implementation with the SKY add-ins for the adaptive cards and buttons. We know we can have the constituent id sent when a user presses a button on the constituent and use that to make calls to the SKY API but are there more options to send without needing to do additional calls?
Hey y'all!! I know the connector is still in preview, but I wanted to see if anyone else has had this problem with the RENXT Reports Connector! I am currently working on creating an email-based flow that will allow a coworker to run some reports automatically without having to go into NXT and search for them. I have…
Is there a way to automate the creation of Schedule Sets using the SKY API? I already set up an application, but when looking through the API endpoints pertaining to Education Schedule, I could not find any that allow you to create schedule sets.
Hi Team, I’m currently working on integrating Blackbaud with our own custom API to send SMS messages based on specific groups. Objective: We want to trigger SMS messages via our custom SMS gateway API when certain group conditions are met within Blackbaud. The SMS content and recipient data would be dynamically populated…
I have taken clone from your code samples in C# .Net Core and I have authenticated via your code and [HttpGet("{id}")] public async Task<IActionResult> GetById(string id, CancellationToken cancellationToken) { try { var model = await _constituentsService.GetConstituentAsync(id, cancellationToken); return Ok(model); } catch…
Hi everyone, I'm currently working on a project where I’ve implemented user login and authorization successfully. Once a user logs in, the application routes them to a specific page and makes a fetch request like this: fetch('/api/constituents/280') Right now, the 280 is hardcoded as the constituentId, but I want to make…
Hi everyone, We just finish migration to RE NXT. I am trying to connect Power BI (PBI) to RE NXT. Do we need to have Power Apps or Power Automate to estabish PBI and RE NXT? this is step i am stuck on. any help appriciated. Thanks.
I'm trying to put a condition on a value from my adaptive card. If the value = true, then do this. I have an adaptive card that asks “Do you want to make this fundraiser former?" There is a box that says Yes. I have the boolean values set to True if checked. Json below. { "type": "Input.Toggle", "title": "Yes", "label":…
We are getting the following error when we refresh our reports in Power BI Service: {"error":{"code":"DatasourceAnalysisFailedWithUnknownFunctions","pbi.error":{"code":"DatasourceAnalysisFailedWithUnknownFunctions","parameters":{"AnalysisErrorMessage":"Static analysis failed in gateway. gatewayObjectId:<eupi>xxx</eupi>,…
It looks like you're new here. Sign in or register to get started.