Create a Donor Contact Method
Adds an email address or phone number to a donor.
type, the value, the countryCode for a phone number, and isPrimary and isOptedIn as needed. Returns the created contact method with its new id.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor.
Body
The donor contact method request.
Represents a contact method request.
The type of contact method, such as Email, Phone, or Mobile.
0, 10, 11, 12, 20, 21, 22, 99 Whether this becomes the donor's primary contact method of its type.
The email address or phone number itself.
200Whether the donor has opted in to being contacted at this value.
The country calling code of a phone number, such as 1 for the United States.
Response
OK
Represents a donor contact method model.
The unique identifier of the contact method.
The unique identifier of the donor.
The type of contact method, such as Email, Phone, or Mobile.
0, 10, 11, 12, 20, 21, 22, 99 The display name of the contact method type.
The email address or phone number itself.
The extension or other secondary part of the value.
Whether this is the donor's primary contact method of its type.
Whether the donor has opted in to being contacted at this value.
Whether the contact method is valid.
Whether the contact method is an email address.
Whether the contact method is a phone number.
Whether email sent to this address has bounced.
The country calling code of the phone number, such as 1 for the United States.