Blackbaud – Gotchas
Software solutions powering the entire social good community such as Faith Communities, Foundations, K-12 Schools, Nonprofits, and more. Get started.
2 gotchas across 2 resources
These are connector-specific behaviors and limitations to be aware of when integrating.
Companies1 gotcha
companiesAllBlackbaud does not support contacts and companies as separate entities. Both are managed under the **Constituent** model in Blackbaud's API. Please use the **List Contacts** endpoint to retrieve this data. Use [custom mappings](https://developers.apideck.com/apis/crm/reference#tag/Contacts/operation/contactsAll) to retrieve the `type` field to distinguish between contacts and companies.
Contacts1 gotcha
contactsAllBlackbaud does not support contacts and companies as separate entities. Both are managed under the **Constituent** model in Blackbaud's API. This endpoint returns both contacts and companies. To distinguish between them, use [custom mappings](https://developers.apideck.com/apis/crm/reference#tag/Contacts/operation/contactsAll) to retrieve the `type` field. Possible values are `Individual` and `Organization`.