NAiOS IconNAiOS Logo
Volver al catálogo

Daffy

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.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • namestringObligatorio

    Name of the gift recipient

  • amountintegerObligatorio

    Gift amount in cents (must be non-negative)

  • messagestring

    Personalized message to the recipient

  • delivery_datestring

    ISO8601 formatted date/time to deliver the gift

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get BalanceDAFFY_GET_BALANCEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ContributionsDAFFY_GET_CONTRIBUTIONSAcción

Tool to retrieve list of contributions to the authenticated user's fund. use when needing to paginate through contribution history.

Parámetros de entrada

  • pageinteger

    Page number to retrieve, defaults to 1

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DonationsDAFFY_GET_DONATIONSAcción

Tool to retrieve a list of donations for the authenticated user. use after authentication to fetch donation history.

Parámetros de entrada

  • limitinteger

    Maximum number of results to return

  • offsetinteger

    Starting point within the collection of results

  • created_afterstring

    Filter donations created after this ISO8601 date

  • created_beforestring

    Filter donations created before this ISO8601 date

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Gift by CodeDAFFY_GET_GIFT_BY_CODEAcción

Tool to retrieve details of a specific gift by its unique code. use after obtaining the gift code.

Parámetros de entrada

  • codestringObligatorio

    UUID of the gift to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get GiftsDAFFY_GET_GIFTSAcción

Tool to retrieve a list of gifts. use when you need to page or filter gifts.

Parámetros de entrada

  • limitinteger

    Maximum number of gifts to return per page.

  • filterstringenum

    Only return gifts of this type: 'sent' or 'received'.

    sentreceived
  • offsetinteger

    Number of gifts to skip before starting to return results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Non-Profit by EINDAFFY_GET_NON_PROFIT_BY_EINAcción

Tool to retrieve information about a non-profit organization by ein. use after confirming the correct nine-digit ein.

Parámetros de entrada

  • einstringObligatorio

    Nine-digit Employer Identification Number (EIN) of the non-profit.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User CausesDAFFY_GET_USER_CAUSESAcción

Tool to retrieve a list of causes for a specified user. use after confirming the user id is valid.

Parámetros de entrada

  • user_idstringObligatorio

    The ID of the user whose causes are to be retrieved.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User ProfileDAFFY_GET_USER_PROFILEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search Non-ProfitsDAFFY_SEARCH_NON_PROFITSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of results to return (1–50).

  • querystring

    Search text to match against nonprofit name or EIN.

  • offsetinteger

    Number of results to skip for pagination.

  • cause_idstring

    Filter results to nonprofits in the specified cause category ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not