Add code
Adds a new code and description to the DPCODES
table. Allows you to add things like new GL Code, Solicitation, Campaign
code and other code values administered in the Code Maintenance screen of DPO.
Add contact
Adds a new contact to the specified donor.
Add donor
Adds a new donor.
Add new address
Adds a new address to the specified donor.
Add new donor gift
Creates a new donation with custom field for the donor with the specified ID.
Add new donor gift by email
Creates a new donation with custom field for the donor with the specified email.
Add new pledge
Adds a new pledge to the specified donor. If successful, the pledge's ID is output.
Add other info
Adds "other info" for the donor with the specified ID. The other info is not added if the donor is not found.
Add other info by email
Adds "other info" for the first donor found with the given email address. The other info is not added if the email address is not found.
Delete donor
Deletes a specified donor. No error occurs if the donor is not found.
Get active code by description
Returns the code having the specified description. An error occurs if the code is not found or is inactive.
Get active code description
Gets the specified code's description. An error occurs if the code is not found or is inactive.
Get donor
Returns all available donor fields for the specified donor id. No error occurs if the donor is not found, the emitted 'donor_id' will be empty instead.
Get donor by donor id
Get donor details by donor id
Get donor by email
Returns all available donor fields for the specified email address. No error occurs if a donor is not found, the emitted 'donor_id' will be empty instead.
Get donor by email
Returns all available donor fields for the specified email address. An error occurs if multiple donors are found with the specified email. No error occurs if the email is not found, the emitted 'donor_id' will be empty instead.
Get donor by email, first name, and last name
Returns all available donor fields if one or more donor matches the email, first name, and last name. No error occurs if a donor is not found, the emitted 'donor_id' will be empty instead.
Get donor user-defined field values
Returns all user-defined field values for the specified donor. An error occurs if the donor is not found.
Get flags by donor ID
Returns the specified donor's flags. No error occurs if the donor is not found.
Get gift
Returns all available gift fields for the specified gift id. No error occurs if the gift is not found, the emitted 'gift_id' will be empty instead.
Get gift user-defined field values
Returns all user-defined field values for the specified gift (donation). An error occurs if the gift is not found.
Post pledge payment
Posts a payment to the specified pledge for the specified donor.
Remove donor email
Removes a donor's email. No error occurs if a donor is
not found with the specified email.
Two-way sync add or update a donor
An action for two-way syncing new and updated donors, with enhanced on-the-fly mapping using donor email addresses for matching. Can only be used with enhanced two-way sync triggers that support on-the-fly mapping.
Update donor
Updates a donor by Donor ID if provided, otherwise by Email. The donor's email can be set to empty by passing "None" as a value. An error occurs if the donor is not found.