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 pub…
limitintegerMaximum number of donation records to return per request (for pagination)
offsetintegerNumber of records to skip before returning results (for pagination). Use with limit to fetch subsequent pages.
created_afterstringFilter to only include donations created after this date/time. Must be in ISO8601 format (e.g., '2022-01-01T00:00:00Z').
created_beforestringFilter to only include donations created before this date/time. Must be in ISO8601 format (e.g., '2023-12-31T23:59:59Z').
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.