Skip to main content

Connections via the API

Learn how to add, retrieve, update, and delete Connections for a constituent using the API.

Cristina Gruita avatar
Written by Cristina Gruita
Updated over a month ago

Add a Connection

  1. Include a valid constituent ID in the ConnectedConstituentId property, then provide the connection Type as defined in your list of connection types.

  2. 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

  1. Review the returned list of connections, which includes each ConnectionId.

  2. Use the ConnectionId when updating or deleting specific connections.


Update a Connection

  1. 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

⚠️Important:
The Donorfy API is a Professional-only feature. Essential subscribers, please contact us to find out more about upgrading.

Did this answer your question?