Daffy
daffyDaffy 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.
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create GiftDAFFY_CREATE_GIFTAcciónTool to create a new charitable gift. use when you have recipient details and amount ready.
DAFFY_CREATE_GIFTAcciónTool to create a new charitable gift. use when you have recipient details and amount ready.
Parámetros de entrada
namestringObligatorioName of the gift recipient
amountintegerObligatorioGift amount in cents (must be non-negative)
messagestringPersonalized message to the recipient
delivery_datestringISO8601 formatted date/time to deliver the gift
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get BalanceDAFFY_GET_BALANCEAcciónTool to retrieve the authenticated user's fund balance. use after authenticating to confirm account funds.
DAFFY_GET_BALANCEAcciónTool to retrieve the authenticated user's fund balance. use after authenticating to confirm account funds.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ContributionsDAFFY_GET_CONTRIBUTIONSAcciónTool to retrieve list of contributions to the authenticated user's fund. use when needing to paginate through contribution history.
DAFFY_GET_CONTRIBUTIONSAcciónTool to retrieve list of contributions to the authenticated user's fund. use when needing to paginate through contribution history.
Parámetros de entrada
pageintegerPage number to retrieve, defaults to 1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DonationsDAFFY_GET_DONATIONSAcciónTool to retrieve a list of donations for the authenticated user. use after authentication to fetch donation history.
DAFFY_GET_DONATIONSAcciónTool to retrieve a list of donations for the authenticated user. use after authentication to fetch donation history.
Parámetros de entrada
limitintegerMaximum number of results to return
offsetintegerStarting point within the collection of results
created_afterstringFilter donations created after this ISO8601 date
created_beforestringFilter donations created before this ISO8601 date
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Gift by CodeDAFFY_GET_GIFT_BY_CODEAcciónTool to retrieve details of a specific gift by its unique code. use after obtaining the gift code.
DAFFY_GET_GIFT_BY_CODEAcciónTool to retrieve details of a specific gift by its unique code. use after obtaining the gift code.
Parámetros de entrada
codestringObligatorioUUID of the gift to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get GiftsDAFFY_GET_GIFTSAcciónTool to retrieve a list of gifts. use when you need to page or filter gifts.
DAFFY_GET_GIFTSAcciónTool to retrieve a list of gifts. use when you need to page or filter gifts.
Parámetros de entrada
limitintegerMaximum number of gifts to return per page.
filterstringenumOnly return gifts of this type: 'sent' or 'received'.
sentreceivedoffsetintegerNumber of gifts to skip before starting to return results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Non-Profit by EINDAFFY_GET_NON_PROFIT_BY_EINAcciónTool to retrieve information about a non-profit organization by ein. use after confirming the correct nine-digit ein.
DAFFY_GET_NON_PROFIT_BY_EINAcciónTool to retrieve information about a non-profit organization by ein. use after confirming the correct nine-digit ein.
Parámetros de entrada
einstringObligatorioNine-digit Employer Identification Number (EIN) of the non-profit.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User CausesDAFFY_GET_USER_CAUSESAcciónTool to retrieve a list of causes for a specified user. use after confirming the user id is valid.
DAFFY_GET_USER_CAUSESAcciónTool to retrieve a list of causes for a specified user. use after confirming the user id is valid.
Parámetros de entrada
user_idstringObligatorioThe ID of the user whose causes are to be retrieved.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User ProfileDAFFY_GET_USER_PROFILEAcciónTool to retrieve the authenticated user's profile. use when you need details about the current user's account.
DAFFY_GET_USER_PROFILEAcciónTool to retrieve the authenticated user's profile. use when you need details about the current user's account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Non-ProfitsDAFFY_SEARCH_NON_PROFITSAcciónTool 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.
DAFFY_SEARCH_NON_PROFITSAcciónTool 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.
Parámetros de entrada
limitintegerMaximum number of results to return (1–50).
querystringSearch text to match against nonprofit name or EIN.
offsetintegerNumber of results to skip for pagination.
cause_idstringFilter results to nonprofits in the specified cause category ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not