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.
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. On Nagent, Daffy is exposed as a fully-configurable fundraising integration that any agent can call — 12 actions, and API key authentication. No code is required to wire Daffy into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Daffy to automate the kinds of tasks fundraising teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Daffy into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Daffy, with input parameters and output schema. Drop these into any step of an agent built in Helix.
DAFFY_CREATE_GIFTTool to create a new charitable gift. Use when you have recipient details and amount ready.
Input parameters
Name of the gift recipient
Gift amount in dollars (minimum $18)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_BALANCERetrieve 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_CONTRIBUTIONSRetrieves 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.
Input parameters
Page number to retrieve (defaults to 1). Check the 'meta.last' field in the response to determine the maximum valid page number.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_DONATIONSRetrieves 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.
Input parameters
Maximum number of donation records to return per request (for pagination)
Number of records to skip before returning results (for pagination). Use with limit to fetch subsequent pages.
Filter to only include donations created after this date/time. Must be in ISO8601 format (e.g., '2022-01-01T00:00:00Z').
Filter to only include donations created before this date/time. Must be in ISO8601 format (e.g., '2023-12-31T23:59:59Z').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_GIFT_BY_CODETool to retrieve details of a specific gift by its unique code. Use after obtaining the gift code.
Input parameters
UUID of the gift to retrieve. Accepts both hyphenated (36 chars, e.g., 'ab51194d-9e21-4304-bb91-61704203b5fe') and non-hyphenated (32 chars, e.g., 'ab51194d9e214304bb9161704203b5fe') formats.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_GIFTSRetrieve 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.
Input parameters
Maximum number of gifts to return per page.
Number of gifts to skip before starting to return results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_NON_PROFIT_BY_EIN2Tool 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.
Input parameters
Nine-digit Employer Identification Number (EIN) of the non-profit without hyphens (e.g., '530196605' not '53-0196605').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_USER_BY_USERNAMETool to retrieve a user's public profile information by username. Use when you need details about a specific user's account.
Input parameters
The username (slug) of the user whose profile you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_USER_CAUSESRetrieves 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.
Input parameters
The numeric ID of the user whose causes are to be retrieved. Can be obtained from the Get User Profile action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_USER_DONATIONSTool 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.
Input parameters
Page number for pagination. Use to navigate through multiple pages of results.
The numeric ID of the user whose public donations you want to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_GET_USER_PROFILETool to retrieve the authenticated user's profile. Use when you need details about the current user's account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DAFFY_SEARCH_NON_PROFITSTool 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.
Input parameters
Maximum number of results to return (1–50). Defaults to API's default limit.
Search text to match against nonprofit name or EIN. Required if cause_id is not provided.
Number of results to skip for pagination. Use with limit for paginated results.
Filter results to nonprofits in the specified cause category ID. Required if query is not provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 82 agents privately built on Nagent that already use Daffy.
Build on Nagent
Connect Daffy to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Daffy, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Daffy is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Daffy is connected, you configure its 12 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Daffy steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Daffy event fires, the agent kicks off automatically.
Every Daffy action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Daffy ships with 12 pre-built fundraising actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Daffy together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Daffy-based workflows tailored to your business.