Donor Data Model

Our Donor data model aggregates donor data across all of our integrated CRM partners into a single unified model.

Momentum only extracts donor data from customer CRM’s that go to populate this model. No other fields are ingested by Momentum.

If you have any questions or concerns about what data Momentum takes in and how, please contact your customer success manager.

{
  "expected_gift_date": "2021-12-31",
  "is_expected_gift_date_user_set": true,
  "priority_score": 8,
  "touches_before_gift": 2,
  "goal_gift_amount": 1000,
  "comm_pref": "email", // options: call, email, none
  "linkedin_url": "https://www.linkedin.com/in/johndoe",
  "twitter_url": "https://twitter.com/johndoe",
  "facebook_url": "https://www.facebook.com/johndoe",
  "mailing_address": {
    "street": "123 Main St",
    "city": "Anytown",
    "state": "ABC",
    "postal_code": "12345",
    "country": "USA"
  },
  "household": "Doe Household",
  "first_name": "John",
  "last_name": "Doe",
  "name": "John Doe",
  "company_name": "ABC Company",
  "donor_type": "individual", // options: individual, organization, unknown
  "salutation": "Mr.", // options: Mr., Mrs., Ms., Dr., Prof.
  "salutation_updated_at": "2021-10-15",
  "addressee": "John and Jane Doe",
  "email": "johndoe@example.com",
  "phone_number": "555-123-4567",
  "birthday": "1980-05-10",
  "do_not_contact": false,
  "do_not_mail": false,
  "do_not_email": false,
  "do_not_call": false,
  "deceased": false,
  "spouse_first_name": "Jane",
  "spouse_last_name": "Doe",
  "head_of_household_status": true,
  "import_portfolio": "Default Portfolio"
}

Last updated