Donor Tools

Organization - Donor Tools User Guide

  • Sign In
  • Quick Start
    • Welcome Video
    • Signing In
    • Public Profile
    • Set Your Fiscal Year
    • Setting Up PayPal
    • System Requirements
  • Importing Data
    • Introduction To Importing
    • Uploading Your File
    • Importing Donors
    • Importing Donations
    • Importing A Mixed File
    • Data Quality
    • Supported Fields
    • Undoing An Import
    • Updating Existing Records
    • Data Tips
  • Data Management
    • Creating A Donor
    • Recording A Donation
    • Editing A Donation
    • Editing A Donor
    • Merging Two Donors
    • Funds
    • Sources
    • Important Dates
    • Soft Crediting A Donation
    • Relationships
    • Users
    • Custom Data Types
    • Find Duplicates
    • Pledges And Pledge Payments
    • Recording A Note
    • Tag Many Donors At Once
    • Tagging Donors
  • Reporting
    • Donations Report
    • Exporting Donations
    • Exporting Donors
    • Generate A Tax Receipt
    • Print A Report
    • Smart Tag: Donors In Year
    • Smart Tag: Filter By State
    • Smart Tag: New Donors
    • Smart Tags
    • Year End Reports
  • Acknowledgements
    • Thank You Emails
    • Thank You Letters
    • Mail Merge Fields
    • Letterhead
    • Year End Statement: Email
    • Year End Statement: Print
  • Fundraising
    • Creating Fund Pages
    • Customizing Fund Pages
    • Fundraising Event
    • Online Donation Widget
    • Paypal: Recurring Donations
  • Tips And Tricks
    • Anonymous Donors
    • Bulk Mailings
    • In Kind Donations
    • Print Labels & Envelopes
    • Volunteer Hours
  • Integrations
    • MailChimp
    • PayPal
    • Quickbooks Export
  • Donor Self Service
    • Signup As A Donor
  • API
    • Overview
    • Pagination
    • Funds
    • Sources
    • People
    • Donations
    • Emails
    • Organization
    • Soft Credits
    • Types

Organization

Aggregate Organization Statistics

You can easily get aggregate statistics about your organization, such as number of donors, number of donations, total amount of donations, etc.

GET /dashboard/count.xml

Response

Status: 200 OK

<hash>
  <people type="integer">653</people>
  <donations type="integer">2921</donations>
  <total_donations type="Money">668884.86</total_donations>
  <total_donations_this_month type="Money">0.00</total_donations_this_month>
  <total_donations_this_fiscal_year type="Money">53197.13</total_donations_this_fiscal_year>
  <total_donations_last_fiscal_year type="Money">197001.69</total_donations_last_fiscal_year>
</hash>

Show

GET /settings/organization.xml

Shows all the available attributes for the current organization.

Response

Status: 200 OK

10001 Demo International ...

Update

PUT /settings/organization.xml

Response

Status: 200 OK

<organization>
  <id type="integer">10001</id>
  <name>Demo International</name>
  <addresses-count type="integer">1</addresses-count>
  <auto-acknowledgement>Hello {{donor.name}},\n\nThanks for your donation of {{donation.describe}}!</auto-acknowledgement>
  <auto-acknowledgement-email-address>ben@foobar.com</auto-acknowledgement-email-address>
  <currency-id type="integer">1</currency-id>
  <custom-css></custom-css>
  <default-fund-id type="integer">10003</default-fund-id>
  <donations-count type="integer">1305</donations-count>
  <email-address>donortools-cake@mailinator.com</email-address>
  <fiscal-year-starts-on type="date">0009-09-01</fiscal-year-starts-on>
  <logo-content-type>image/png</logo-content-type>
  <logo-file-name>header800x100.png</logo-file-name>
  <logo-file-size type="integer">30941</logo-file-size>
  <owner-id type="integer">10001</owner-id>
  <personas-count type="integer">721</personas-count>
  <phone-number></phone-number>
  <phone-numbers-count type="integer">0</phone-numbers-count>
  <profile>This is an example organization. \n\nDonor Tools is donor management software for nonprofits and churches. Donor Tools is simple, affordable, and online.</profile>
  <quickbooks-account-name>Checking</quickbooks-account-name>
  <source nil="true"></source>
  <subdomain>demo</subdomain>
  <tax-exempt type="boolean">true</tax-exempt>
  <tax-exempt-message>This receipt is provided for your tax records. This was a cash gift. No goods or services were provided. Please make checks payable to South Pacific Christian Fellowship. </tax-exempt-message>
  <tax-id-number></tax-id-number>
  <twitter-username nil="true"></twitter-username>
  <web-address nil="true"></web-address>
  <addresses type="array">
    <address>
      <address-type-id type="integer" nil="true"></address-type-id>
      <addressable-id type="integer">10001</addressable-id>
      <addressable-type>Organization</addressable-type>
      <city>Anytown</city>
      <country>United States</country>
      <id type="integer">12100</id>
      <position type="integer">1</position>
      <postal-code>78000</postal-code>
      <state>TX</state>
      <street-address>1234 5th St</street-address>
      <time-zone></time-zone>
    </address>
  </addresses>
</organization>

All text and images copyright © 2008-2022 Donor Tools. All rights reserved.

Donor Tools™ is a big idea by Higher Pixels, LLC.

Privacy Policy • Terms of Service • Contact Support