Add a Connection
Send a post request to the endpoint:
https://data.donorfy.com/api/v1/<apikey>/constituents/{constituentid}/ConnectionsInclude a valid constituent ID in the ConnectedConstituentId property, then provide the connection Type as defined in your list of connection types.
Optionally include From and To dates, a Strength value between 1 and 5, and any Details for notes or comments.
Retrieve Connections for a Constituent
Send a get request to:
https://data.donorfy.com/api/v1/<apikey>/constituents/{constituentid}/Connections.Review the returned list of connections, which includes each ConnectionId.
Use the ConnectionId when updating or deleting specific connections.
Update a Connection
Send a put request to:
https://data.donorfy.com/api/v1/<apikey>/constituents/{constituentid}/Connections/{connectionId}/Provide updated fields as needed, including:
A new ConnectedConstituentId to change which constituent the connection is linked to.
Updated From or To dates.
A revised Strength value; use 0 to clear the existing value.
Updated Details for notes or comments.
Delete a Connection
Send a delete request to:
https://data.donorfy.com/api/v1/<apikey>/constituents/{constituentid}/Connections/{connectionId}.
⚠️Important:
The Donorfy API is a Professional-only feature. Essential subscribers, please contact us to find out more about upgrading.
