Create a Donor Activity
Records an activity against a donor.
activityOrigin, activityType, and activityAction that describe what happened, plus the referenceId of the record it relates to. Returns the created activity with the display text shown on the donor’s timeline.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor.
Body
The donor activity request.
Represents a donor activity request.
The unique identifier of the record the activity refers to, such as a gift.
Where the activity came from, such as a page submission or an API call.
0, 1, 2, 3, 4, 5 The kind of activity to record.
0, 1, 2, 3, 4, 5 The action the activity records, such as Added or Modified.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 Response
OK
Represents a donor activity model.
The unique identifier of the activity.
The text describing the activity, as it appears in the donor timeline.
Where the activity came from, such as a page submission or an API call.
0, 1, 2, 3, 4, 5 The kind of activity that was recorded.
0, 1, 2, 3, 4, 5 The date the activity was created.
The time of day the activity was created.
The unique identifier of the donor.
The unique identifier of the donor address the activity relates to.
The unique identifier of the donor contact method the activity relates to.
The unique identifier of the gift.
The subject line of the email, for email activities.
The from name of the email, for email activities.
The from address of the email, for email activities.
The type of email template that was sent.
The unique identifier of the email template that was sent.