# Daffy AI integration on Definable

> Daffy is a modern platform for charitable giving, offering a donor-advised fund that allows users to set money aside, watch it grow tax-free, and donate to over 1.7 million charities in the U.S.

## What this connects

Daffy is a modern platform for charitable giving, offering a donor-advised fund that allows users to set money aside, watch it grow tax-free, and donate to over 1.7 million charities in the U.S.

Vendor: https://daffy.org

## Tools available

**12** tools available. First 12:

- `DAFFY_CREATE_GIFT` — Create Gift — Tool to create a new charitable gift. Use when you have recipient details and amount ready.
- `DAFFY_GET_BALANCE` — Get Balance — Retrieve the authenticated user's Daffy fund balance information. Returns four key financial metrics: - Total fund amount - Pending deposits (not yet processed) - Portfolio balance (invested funds) - Available balance (ready for donations) No parameters required. Returns balance information for the authenticated user only.
- `DAFFY_GET_CONTRIBUTIONS` — Get Contributions — Retrieves paginated list of contributions made to the authenticated user's Daffy donor-advised fund (DAF). Contributions are private - this endpoint only returns contributions associated with the authenticated API key. Use this to view your contribution history, including deposits from bank accounts, credit cards, crypto, stocks, checks, wires, DAF transfers, and third-party payments. The response includes pagination metadata (count, current page, last page) to help navigate through multiple pages of results.
- `DAFFY_GET_DONATIONS` — Get Donations — Retrieves the authenticated user's donation history from their Daffy account. Returns detailed information about each donation including amount, status, recipient nonprofit, fund details, and donation visibility. Supports pagination and filtering by creation date. Note: Only public donations will be shown for users other than the authenticated account owner.
- `DAFFY_GET_GIFT_BY_CODE` — Get Gift by Code — Tool to retrieve details of a specific gift by its unique code. Use after obtaining the gift code.
- `DAFFY_GET_GIFTS` — Get Gifts — Retrieve a paginated list of gifts associated with the user's Daffy account. Returns gifts with details including recipient name, amount, status, and shareable URLs. Supports pagination using limit and offset parameters.
- `DAFFY_GET_NON_PROFIT_BY_EIN2` — Get Non-Profit by EIN (v2) — Tool to retrieve detailed information about a non-profit organization by its EIN. Use when you need comprehensive non-profit details including location coordinates and causes.
- `DAFFY_GET_USER_BY_USERNAME` — Get User by Username — Tool to retrieve a user's public profile information by username. Use when you need details about a specific user's account.
- `DAFFY_GET_USER_CAUSES` — Get User Causes — Retrieves the list of charitable causes associated with a user's Daffy fund. Use this action to discover which causes a user supports. The user_id can be obtained from the Get User Profile action. Returns an empty list if the user hasn't selected any causes.
- `DAFFY_GET_USER_DONATIONS` — Get User Donations — Tool to retrieve public donations for a specific user by user ID. Use when you need to see a user's donation history. Limited to publicly visible donations only.
- `DAFFY_GET_USER_PROFILE` — Get User Profile — Tool to retrieve the authenticated user's profile. Use when you need details about the current user's account.
- `DAFFY_SEARCH_NON_PROFITS` — Search Non-Profits — Tool to search non-profit organizations by cause ID and query text. Use when you need to find nonprofits matching a search term or a specific cause.

## Auth

Auth schemes: `API_KEY`.

## How agents use Daffy

Inside a Definable workflow, Daffy is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Daffy** — the Researcher (GPT-5.5) pulls context from Daffy (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Daffy** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Daffy (create record, post message, draft email).
- **Designer / Engineer → Distributor → Daffy** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Daffy (attach file, open PR comment, post status).

The Verifier checks every Daffy call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- fundraising — https://definable.ai/apps/category/fundraising/

## Related

- HTML page: https://definable.ai/apps/daffy/
- Same category (fundraising): https://definable.ai/apps/category/fundraising/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
