Momentum Docs
  • Getting Started
    • What is Momentum?
    • Onboarding Guide
    • FAQ
      • Joining a Google Meet meeting
  • Platform
    • Orientation
      • Self-Guided Training
    • Inbox
      • Inbox Queue
      • Week In Review
    • Constituents
      • Constituents Tab
      • Segments
      • Lists
      • Constituent Records
        • Overview
        • Plan
        • History
    • Workspace
      • Templates
      • Automations
      • Prospecting
        • Hidden Gems
    • Contacting Constituents
      • Scheduling Outreach
      • Sending Emails
      • AI Drafts
        • AI Drafting Examples
    • Assistant Mode
    • Momentum Mobile
      • Pocket Portfolio
      • Mobile Contact Report
  • Data
    • Data Models
      • Actions Data Model
      • Gifts Data Model
      • Donor Data Model
    • CRM Sync
      • Salesforce Integration
      • Blackbaud Raiser's Edge NXT Integration
    • Security
      • Artificial Intelligence Privacy
      • HIPAA Compliance
    • Email Integration
      • Email Logging
      • Microsoft 365 or Outlook Integration
      • Gmail Integration
    • DonorSearch Integration
  • Links
    • Momentum App
    • Momentum Homepage
    • Release Notes
Powered by GitBook
On this page
  1. Data
  2. Data Models

Donor Data Model

Momentum's 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"
}

PreviousGifts Data ModelNextCRM Sync

Last updated 1 year ago