Daffy

Learn how to use Daffy with Composio

Overview

Enum

DAFFY

Description

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.

Authentication Details

api_key
stringRequired

Actions

Tool to create a new charitable gift. use when you have recipient details and amount ready.

Action Parameters

amount
integerRequired
delivery_date
string
message
string
name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the authenticated user's fund balance. use after authenticating to confirm account funds.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve list of contributions to the authenticated user's fund. use when needing to paginate through contribution history.

Action Parameters

page
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of donations for the authenticated user. use after authentication to fetch donation history.

Action Parameters

created_after
string
created_before
string
limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of gifts. use when you need to page or filter gifts.

Action Parameters

filter
string
limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific gift by its unique code. use after obtaining the gift code.

Action Parameters

code
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about a non-profit organization by ein. use after confirming the correct nine-digit ein.

Action Parameters

ein
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of causes for a specified user. use after confirming the user id is valid.

Action Parameters

user_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the authenticated user's profile. use when you need details about the current user's account.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

cause_id
string
limit
integer
offset
integer
query
string

Action Response

data
object
error
string
successful
boolean