Blackbaud Raisers Edge NXT Lists
Blackbaud Raiser's Edge NXT is a comprehensive cloud-based fundraising and donor management software solution built specifically for nonprofits and the entire social good community. Use the Lists connector to manage lists.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Blackbaud Support |
URL | https://www.blackbaud.com/support |
skyapi@blackbaud.com |
Connector Metadata | |
---|---|
Publisher | Blackbaud, Inc. |
Website | https://www.blackbaud.com/products/blackbaud-raisers-edge-nxt |
Privacy policy | https://www.blackbaud.com/privacy-shield |
Categories | Sales and CRM;Productivity |
Raiser's Edge NXT is a comprehensive cloud-based fundraising and donor management software solution built specifically for nonprofits and the entire social good community.
This connector is built on top of Blackbaud's SKY API, and provides operations to help manage lists within The Raiser's Edge NXT.
For more information, please view the documentation.
Prerequisites
To use this connector, you must have a Blackbaud ID account with access to one or more Blackbaud environments.
In addition, your organization's administrator must also perform an admin-level action within the system to enable this connector to access your Blackbaud environment. More information about these prerequisites can be found in the initial setup documentation.
How to get credentials?
Your organization's administrator will send you an invitation to the organization's Raiser's Edge NXT environment and configure your user account permissions within the environment. No additional credentials are required to use this connector.
Known issues and limitations
The connector will operate in the context of your user account, and will therefore be subject to your user permissions within the environment.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add records to a list |
Add a set of records to an existing list. |
Create a list from a set of records |
Creates a new list filtered to the specified set of records. |
Add records to a list
Add a set of records to an existing list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
List type
|
list_type | True | string |
The type of list. |
List
|
list_id | True | string |
The system record ID of the list. |
ID(s)
|
ids | True | array of string |
The unique identifiers for the records to be added to the list (maximumum of 100,000 values). |
Create a list from a set of records
Creates a new list filtered to the specified set of records.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Name
|
name | True | string |
The name of the list. Character limit: 50. |
Description
|
description | True | string |
The description of the list. |
List type
|
list_type | True | string |
Determines the type of list to create. |
Permissions
|
list_permissions | True | string |
Determines whether other users can access the list. |
ID(s)
|
ids | True | array of string |
The unique identifiers for the records contained in the list (maximumum of 100,000 values). |
Returns
Created list
- Body
- ListApi.CreatedList
Definitions
ListApi.CreatedList
Created list
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
The ID of the newly created list. |