Blackbaud Raisers Edge NXT Documents

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 Documents connector to create documentation locations used when storing physical attachments.

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
Email 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 functionality to create document locations for use with physical attachments within the system.

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

Create a document location

Creates a new unique document identifier and upload location for use with physical attachments. The response will include instructions for where and how to upload the document contents.

Create a document location

Creates a new unique document identifier and upload location for use with physical attachments. The response will include instructions for where and how to upload the document contents.

Parameters

Name Key Required Type Description
File name
file_name string

The file name of the document to be uploaded.

Include thumbnail?
upload_thumbnail boolean

Include a thumbnail document location?

Returns

File definition

Definitions

ConstituentApi.FileDefinition

File definition

Name Path Type Description
File ID
file_id string

The identifier of the file.

URL
file_upload_request.url string

The URL to use for the upload request.

method
file_upload_request.method string

The HTTP method to use with the upload request.

headers
file_upload_request.headers array of ConstituentApi.Header

The headers to supply when making the request.

Thumbnail ID
thumbnail_id string

The identifier of the thumbnail.

URL
thumbnail_upload_request.url string

The URL to use for the upload request.

method
thumbnail_upload_request.method string

The HTTP method to use with the upload request.

headers
thumbnail_upload_request.headers array of ConstituentApi.Header

The headers to supply when making the request.

ConstituentApi.Header

Request header used for uploading the physical attachment.

Name Path Type Description
name
name string

The name for the header.

value
value string

The value for the header.