Daffy

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.

12 actions Integration catalog
Request access
Connect Daffy once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create GiftDAFFY_CREATE_GIFT
Tool to create a new charitable gift. Use when you have recipient details and amount ready.
Get BalanceDAFFY_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.
Get ContributionsDAFFY_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.
Get DonationsDAFFY_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.
Get Gift by CodeDAFFY_GET_GIFT_BY_CODE
Tool to retrieve details of a specific gift by its unique code. Use after obtaining the gift code.
Get GiftsDAFFY_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.
Get Non-Profit by EIN (v2)DAFFY_GET_NON_PROFIT_BY_EIN2
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.
Get User by UsernameDAFFY_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.
Get User CausesDAFFY_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.
Get User DonationsDAFFY_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.
Get User ProfileDAFFY_GET_USER_PROFILE
Tool to retrieve the authenticated user's profile. Use when you need details about the current user's account.
Search Non-ProfitsDAFFY_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.